RE: [cfaussie] Converting an image type in memory

2010-09-17 Thread Andrew Scott
aussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Saturday, 18 September 2010 12:04 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Converting an image type in memory No they didnt. The comment was why they didnt allow you to convert image types in memo

RE: [cfaussie] Converting an image type in memory

2010-09-17 Thread Steve Onnis
an image type in memory 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

RE: [cfaussie] Converting an image type in memory

2010-09-17 Thread Steve Onnis
[mailto:andr...@andyscott.id.au] Sent: Friday, 17 September 2010 6:26 PM To: cfaussie@googlegroups.com 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

Re: [cfaussie] Converting an image type in memory

2010-09-17 Thread Kai Koenig
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 &

RE: [cfaussie] Converting an image type in memory

2010-09-17 Thread Andrew Scott
Friday, 17 September 2010 6:06 PM To: cfaussie@googlegroups.com 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 -- Y

Re: [cfaussie] Converting an image type in memory

2010-09-17 Thread MrBuzzy
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

RE: [cfaussie] Converting an image type in memory

2010-09-17 Thread Steve Onnis
@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 <h

RE: [cfaussie] Converting an image type in memory

2010-09-17 Thread Andrew Scott
.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 undocumentedor is that just a java

Re: [cfaussie] Converting an image type in memory

2010-09-17 Thread Paul Kukiel
> > ImageNew("http://www.usna.edu/Users/math/meh/impact.gif";).getImageBytes("png") > /> > > > From: Paul Kukiel [mailto:kuki...@gmail.com] > Sent: Friday, 17 September 2010 4:27 PM > To: cfaussie@googlegroups.com > Subject: Re: [cfaussie] Converti

RE: [cfaussie] Converting an image type in memory

2010-09-17 Thread Steve Onnis
ukiel [mailto:kuki...@gmail.com] Sent: Friday, 17 September 2010 4:27 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Converting an image type in memory How about this: http://www.usna.edu/Users/math/meh/impact.gif"; <http://www.usna.edu/Users/math/meh/impact.gif> ) />

Re: [cfaussie] Converting an image type in memory

2010-09-16 Thread Paul Kukiel
How about this: ImageRead("http://www.usna.edu/Users/math/meh/impact.gif";) /> Paul. On 17/09/2010 3:56 PM, Steve Onnis wrote: -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaus...@googlegroup

RE: [cfaussie] Converting an image type in memory

2010-09-16 Thread Steve Onnis
From: Paul Kukiel [mailto:kuki...@gmail.com] Sent: Friday, 17 September 2010 3:28 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Converting an image type in memory Sure: http://www.usna.edu/Users/math/meh/impact.gif"; <http://www.usna.edu/Users/math/meh/impact.gif> )

Re: [cfaussie] Converting an image type in memory

2010-09-16 Thread Paul Kukiel
Sure: ImageRead("http://www.usna.edu/Users/math/meh/impact.gif";) /> Paul. On 17/09/2010 3:06 PM, Steve Onnis wrote: Does anyone know of a way to convert an image from a GIF to PNG in memory? I don't want to have to write it to the file system as the file does not need to be saved, just

[cfaussie] Converting an image type in memory

2010-09-16 Thread Steve Onnis
Does anyone know of a way to convert an image from a GIF to PNG in memory? I don't want to have to write it to the file system as the file does not need to be saved, just rendered to the screen Steve -- You received this message because you are subscribed to the Google Groups "cfaussie" group.