문제

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 thumbnails 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?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top