It's not _very safe_. It might be reasonably safe for the reason you stated, but Adobe can (and has done in the past in a few instances) change the underlying implementation of a particular function or tag to something different at any time and theoretically even in an updater from N.0.0 to N.0.1.
Fact is - as soon as you use anything undocumented you're on your own. Cheers Kai > It is very safe to use, as the ColdFusion image functions and tags are all > based of the Java Image libraries then they can be used by ColdFusion with > the certainty that it is part of the API in Java. > > Regards, > Andrew Scott > http://www.andyscott.id.au/ > > > > From: [email protected] [mailto:[email protected]] On Behalf > Of Steve Onnis > Sent: Friday, 17 September 2010 5:26 PM > To: [email protected] > Subject: RE: [cfaussie] Converting an image type in memory > > Is that safe to use? Being undocumented....or is that just a java method > hanging off the image object? > > It did work by the way and i didnt need to rotate it. I just did... > > <cfset img = > ImageNew("http://www.usna.edu/Users/math/meh/impact.gif").getImageBytes("png") > /> > <cfcontent type="image/png" variable="#img#" /> > > -- > 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. -- Kai Koenig - Ventego Creative Ltd ph: +64 4 476 6781 - mob: +64 21 928 365 / +61 435 263 414 web: http://www.ventego-creative.co.nz blog: http://www.bloginblack.de twitter: http://www.twitter.com/agentK !!! New AU mobile number !!! -- -- 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.
