Forums
This topic is locked
batch image processing
Posted 25 Jan 2007 23:26:14
1
has voted
25 Jan 2007 23:26:14 Mark Lawson posted:
Hi,I thought I'd share this with you, I bought the asp upload 3 extension which works ok for my application but one thing which bothered me was that my user base were uploading images from digital cameras which were causing images on the site to load quickly. As we have ASPJpeg component installed on the server I wrote a small post-upload script which goes through the image collection uploaded and quite simply resizes the entire image collection image-by-image, saving the files back on themselves in the same directory before redirecting the user onto a final "thank you" page.
I understand that the image resizing extension is available but it seemed overkill for my requirements so apologies to the admin of DMXzone but sometimes a wee script can be fine...
Script available at: www.1stclassmedia.co.uk/developer/imagebatchasp.txt
Have fun!
Mark