Can you use the (in memory) virtual filesystem in CF9 to achieve what you need?
Sent from my iPhone On 17/09/2010, at 6:05 PM, "Steve Onnis" <st...@cfcentral.com.au> wrote: > 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 > > From: Andrew Scott [mailto:andr...@andyscott.id.au] > Sent: Friday, 17 September 2010 5:48 PM > To: cfaussie@googlegroups.com > Subject: RE: [cfaussie] Converting an image type in memory > > 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: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf > Of Steve Onnis > Sent: Friday, 17 September 2010 5:26 PM > To: cfaussie@googlegroups.com > 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 cfaus...@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > 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 cfaus...@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > 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 cfaus...@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.