Re: Writing transparent gifs makes them grey

2011-04-20 Thread Stefan Richter
Thanks, How would I go about saving the image with cfhttp directly? Do you mean using cffile to save the cfhttp.Filecontent? Regards, Stefan On 20 Apr 2011, at 00:00, Leigh wrote: Cfimage has issues with gif files. Any chance of trying png files instead? Saving the image with

Re: Writing transparent gifs makes them grey

2011-04-20 Thread Dave Watts
How would I go about saving the image with cfhttp directly? Do you mean using cffile to save the cfhttp.Filecontent? Use the PATH and FILE attributes of CFHTTP to save the file directly. No need to use CFFILE here at all.

Re: Writing transparent gifs makes them grey

2011-04-20 Thread Stefan Richter
Great, thanks Dave. On 20 Apr 2011, at 15:07, Dave Watts wrote: How would I go about saving the image with cfhttp directly? Do you mean using cffile to save the cfhttp.Filecontent? Use the PATH and FILE attributes of CFHTTP to save the file directly. No need to use CFFILE here at

Writing transparent gifs makes them grey

2011-04-19 Thread Stefan Richter
Hi all, I'm fetching images from a remote URL via CFHTTP. You can see an example here: http://latex.codecogs.com/gif.latex?\LARGE%20a%20+%20b If you open this in a browser and drag te image to your desktop you will notice a transparent background. However when I do the following cfset

Re: Writing transparent gifs makes them grey

2011-04-19 Thread Leigh
Did you try saving it directly to a file via cfhttp? ie Using the path and file attributes? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Writing transparent gifs makes them grey

2011-04-19 Thread Jake Churchill
Cfimage has issues with gif files. Any chance of trying png files instead? -Sent from my Droid On Apr 19, 2011 5:30 PM, Leigh cfsearch...@yahoo.com wrote: Did you try saving it directly to a file via cfhttp? ie Using the path and file attributes?

Re: Writing transparent gifs makes them grey

2011-04-19 Thread Leigh
Cfimage has issues with gif files.  Any chance of trying png files instead? Saving the image with cfhttp would avoid cfimage altogether. ~| Order the Adobe Coldfusion Anthology now!