开发者

Automating thumbnail generation on high traffic

开发者 https://www.devze.com 2023-03-03 19:32 出处:网络
I\'m building a Zend Framework application which uses a lot of photos in different sizes (thumbnails).

I'm building a Zend Framework application which uses a lot of photos in different sizes (thumbnails).

I plan to generate the thumbnails asynchronously:

  1. user uploads the photo
  2. the server generates thumbnai开发者_如何学运维ls in all sizes (eg. using gearman worker)
  3. all the images are uploaded to the Amazon S3.

Is there any good tool for generating thumbnails (resizing, cropping, sharpening) on the server, or PHP + GD will be fine?


I would recomend phpthumb. I use it, and I have no complains so far.

0

精彩评论

暂无评论...
验证码 换一张
取 消