JD,

In my experience, the image functions generally want an extension for the
input so the image libraries know how to handle the image. Since the URL
doesn't have a ".png" in the filename, I think that's the problem.

You may need to use CFHTTP to save the image as a PNG on a filesystem and
then read the image off disk.

-Dan

On Wed, Feb 9, 2011 at 1:35 PM, JD Yeiter <jdyei...@hotmail.com> wrote:

>
> Quick overview of what I'm trying to do:  I want to dynamically create QR
> Codes and store them as images for later use (so I don't have to constantly
> hit up the google charts api).
>
> When I try:
>
> imageNew("
> http://chart.apis.google.com/chart?cht=qr&chs=200x200&chl=yourMomInMyQR";)
>
> I get this error:
>
> The /chart image format is not supported on this operating system.
>
>
> Any ideas?
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342059
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to