Wow ok, so I'm researching imagemagick, and I might be able to toss out some of my resizing code. I noticed that if you set a size limit, like 90x100, it won't force the image to expand to that exact size, it will convert the image to an image within that size, while still maintaing aspect ratio.
Neat. My only problem is that the following line of code isn't working. <cfexecute name="convert" arguments="#cffile.serverdirectory#\#local_photo_file# -resize 90x90 #cffile.serverdirectory#\xs_#local_photo_file#" timeout="120" /> It's not throwing an error, but it's not writing the file either. I'm leaving for a late dinner date right now, but if someone can let me know, do I need to set imagemagick permissions to write files? I shouldn't should I? Can someone check that code for me?? pweeeaase?
-- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
