How Yipit Scales Thumbnailing With Thumbor and Cloudfront
1–10 of 10 posts
Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#2I think Cloudfront has a way to pass variables to your server so theoretically you can use any image generation package right?
Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#3Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#4Why not use a service like http://www.imgix.com/ instead?
Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#5Why not use a service like http://www.imgix.com/ instead?
Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#6From 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!
Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#7Why not use a service like http://www.imgix.com/ instead?
Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#8Thumbor and imgix seem nice products. I'm also working on another very similar product, http://thumbr.it/ . 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. From a quick glance at Thumbor, it seems it also offers…
We'd love to see on the fly retina display processing added to it too ;)
Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#9First, 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.
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.
Re: How Yipit Scales Thumbnailing With Thumbor and Cloudfront
#10I need a way to do this in Apache and/or PHP. I think Cloudfront has a way to pass variables to your server so theoretically you can use any image generation package right?