I am looking forward to improvements in cfimage, but in the meantime using cfexecute along with convert or montage from ImageMagick works without a hitch. We are processing millions of files per day on EC2 using this technique.
having run imagemagick we still use cfimage to check to see if we have a valid result using something like <cfimage action = "info" srcfile = "#filename#"> to check the state of cfimage.success On Aug 13, 11:51 am, Matthew Reinbold <[email protected]> wrote: > I've got a project where I'm given a directory of images from a 3rd > party. The jpg formatted images are extremely large for their size and > the display quality could be reduced drastically without degrading how > they're used in my application. I currently writing a tool that > processes the directory and produces a more svelte result. > > In CF8/CF9 the cfimage has a "quality" attribute which can be used to > read in a jpg, reduce the quality, and write that file back out. As of > OpenBD 1.2 that attribute does not seem to be supported. Besides > opening up Photoshop and creating a batch process, is there a way to > do this in OpenBD? Maybe load and process the image with Java > objects? If so how would I go about that? > > Matthew Reinbold > Creative Principal, Vox Pop Design,http://voxpopdesign.com -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
