How do I disable the Alchemy based JPEG encoder in the applicationdemo? I want to use imagmagick instead to do all my image processing. It seems that the JPEG encoder processes the jpeg files before running the upload.php script so when imagemagick is trying to process the image it's already processed and gives the jpeg a terrible quality.
May 17, 2010 - 10:30am
SWFUpload only resizes the image if you call the "startResizedUpload" function. Don't call that (call "startUpload" instead) and SWFUpload will never touch the image.
If you are not using SWFUpload client side image resizing then I recommend setting the flash_url and flash9_url settings to both point at the swfupload_fp9.swf file. It is smaller and doesn't include any of the image resizing features.