TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How Yipit Scales Thumbnailing With Thumbor and Cloudfront

30 pointsby zmsmithover 12 years ago

4 comments

e98cuencover 12 years ago
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 未加载
sherazover 12 years ago
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>
cedricdover 12 years ago
Why not use a service like <a href="http://www.imgix.com/" rel="nofollow">http://www.imgix.com/</a> instead?
评论 #5008402 未加载
评论 #5008301 未加载
评论 #5008771 未加载
rajivtiruover 12 years ago
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 未加载