[4/30] Modifications to picture upload script to accommodate image sizes up to 200...
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 23 Sep 2009 14:32:12 +0000 (10:32 -0400)
committerChris Nighswonger <cnighswonger@foundations.edu>
Mon, 11 Jan 2010 23:16:17 +0000 (18:16 -0500)
commit3b1d56ccb5a425453f1598f4df3310deb57223cb
tree942f065473cae37031091b37efb26d01b48e58a0
parent278007e8476e439fea384073f14c7a758ab6d7eb
[4/30] Modifications to picture upload script to accommodate image sizes up to 200 X 300 pixel dimesions.

This also changes the storage image format to PNG which is lossless (an important factor when using these
images for patroncards).

NOTE: In the end, this script was *not* used for uploading images for patron cards. However, these changes
are left as an improvement upon this script which is used for patron image uploads.

This script could be greatly reduced in size by using Graphics::Magick and working along the same lines
as the upload code found in patroncards/image-manage.pl
tools/picture-upload.pl