A little bigger than a thumbnail
February 13, 2008 1:36 PM
Subscribe
Resizing & storing many images on a webserver: limits, options, etc?
I'm working on a web app that currently follows the following method for image uploads:
1. upload via PHP
2. generate new unique name for the file & its thumbnails
3. generate thumbnails via GD2
4. save image files all in one directory.
My concerns are basically that this might need to be scalable and flat directories, GD2, and 128MB of VPS memory just don't sound convincing in that respect. I'm wondering if there's a smarter option that I'm missing. I was earlier considering storage in S3 and doing thumbnails in EC2 - anyone have experience doing this? I'm really wondering about how difficult it is to use EC2, since it appears to be optimized for big, big scenarios.
Will A3 essentially serve these static files? Also, does anyone have knowledge about GD2 vs. Imagemagick vs. any other library that might optimize for memory?
Thanks for any help!
posted by tmcw to computers & internet (8 comments total)
posted by chairface at 1:55 PM on February 13, 2008