Help requested: best way to batch process images?
ColdFusionA help request to anyone who has experience with heavy batch processing of images. Below are the requirements, and based on these can anyone tell me if I'm doing the wrong thing by proposing that we use CF 8, with it's new cfimage tag and related image functions?
- get a recordset of potentially hundreds of thousands of URLs to images (mostly JPEGs and PNGs, with potentially some TIFFs and BMPs)
- iterate over those URLs, resize each image to "web-optimal" sizes, and save those to disk in an organized directory structure
- batch processing should not stop just because of 404's or other issues: in CF, obviously I could just do try/catch exception-handling to deal with such issues gracefully)
- log, or otherwise report, details of successes and failures during the batch process
- log, or otherwise report, fatal errors
- Windows 2003 compatible
I welcome any and all suggestions. I don't know if there is some type of image processing software that can do this type of batch processing more efficiently than CF 8, or if we would get significant gains from using Java, .NET, perl or other languages directly? (note that we have very limited experience with non-CF programming, so we'd only consider others if we'll see significant gains)
TIA for any help. ;-}






Loading....