I am writing a Gallery application in perl/Catalyst. These are lots of 
interesting choices to make! 

If any one on this list has engaged in such a mad enterprise, I'd be interested 
in your experience. I am interested in any advice, links to how-tos, best 
practices, articles, or tips. I have questions such as:

What precautions should be taken for security?
What is a good file upload size limit, if any?
What subset of (all possible) file formats should be supported?
What gotchas might there be?

And I have a few "software architecture" questions.

I have a central gallery where images would be uploaded to. From there, images 
of varying sizes could be linked to articles, stories, eCards, thumbnail lists, 
etc. Because different sizes of the same image might be needed for different 
uses, I thought I'd generate a whole set of image sizes for each uploaded 
image. 

So, I'd have subdirectories for 
_orig original,
_t thumbnails, 
_sm small, 
_med medium, and 
_lrg large file sizes. 

Does this approach seem reasonable? 

If the initial image file is REALLY large (such as a RAW formatted digital 
image), should I convert that file to a smaller size (say, 1024x768) and save 
as the "original?"

Should I convert the original image to a png to reduce lossiness of subsequent 
transformations, even tho that may inflate the initial file size?

/dennis


_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to