No they didnt. The comment was why they didnt allow you to convert image types in memory and why they forced the developer to write the converted image to the file system in order to convert it. This is regardless of what format you are converting to what.
_____ From: Andrew Scott [mailto:[email protected]] Sent: Friday, 17 September 2010 6:26 PM To: [email protected] Subject: RE: [cfaussie] Converting an image type in memory Steve, Adobe did. What Adobe did not allow for was converting the image to other formats or from RGB to CMYK to RGB. These sort of things you need to do under the hood which is the Java API. If you didn't want it in a PNG format, the solution is pure ColdFusion, in other words it is only the Java API call to convert it to PNG in the example Paul gave that is outside of ColdFusion. Regards, Andrew Scott <http://www.andyscott.id.au/> http://www.andyscott.id.au/ From: [email protected] [mailto:[email protected]] On Behalf Of Steve Onnis Sent: Friday, 17 September 2010 6:06 PM To: [email protected] Subject: RE: [cfaussie] Converting an image type in memory i just dont understand that if you can do i with the java library why adobe wouldnt include it and force you to write the file to the file system. just think its dumb -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
