TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How Yipit Scales Thumbnailing With Thumbor and Cloudfront

30 点作者 zmsmith超过 12 年前

4 条评论

e98cuenc超过 12 年前
Thumbor and imgix seem nice products. I'm also working on another very similar product, <a href="http://thumbr.it/" rel="nofollow">http://thumbr.it/</a>. I guess our main differentiator is that we also do thumbnails of documents and we allow the user to create their own effects on the photos. However, we don't have any of the text options available on imgix, or the smart crop that keeps faces in the image.<p>From a quick glance at Thumbor, it seems it also offers object detection (like faces), which is a nice add-on. Nice post, I didn't knew about this project, even though I'm working on the same space!
评论 #5008897 未加载
sheraz超过 12 年前
It's always encouraging to see others find similar solutions. I've been working on a asset management tool that dealt with thumbnail generation. Only I've done it in PHP.<p>First, I came across timthumb[1], but it was a little too heavy for my liking. Instead I whipped up a thumbnail-on-demand script with caching options in about 3 hours and 80 lines of code.<p>Now the best part -- I don't have to use a work-queue on the server side to offload thumbnailing. The browser will do that on first request, and results are cache from then on.<p>[1] - <a href="https://code.google.com/p/timthumb/" rel="nofollow">https://code.google.com/p/timthumb/</a>
cedricd超过 12 年前
Why not use a service like <a href="http://www.imgix.com/" rel="nofollow">http://www.imgix.com/</a> instead?
评论 #5008402 未加载
评论 #5008301 未加载
评论 #5008771 未加载
rajivtiru超过 12 年前
I need a way to do this in Apache and/or PHP.<p>I think Cloudfront has a way to pass variables to your server so theoretically you can use any image generation package right?
评论 #5011156 未加载