> Hey folks, so far I found these two ASP solutions, however no 
> tag in Cold Fusion. Surely that can't be right, there must be 
> something in the wonderful world of Cold Fusion that allows us 
> to do the same thing.
> 
> Say it ain't so....
> 
> http://www.serverobjects.com/products.htm#aspimage
> 
> http://www.websupergoo.com/detail/ig4-whatsnew.htm - this looks 
> far more interesting in that it works with Photoshop.

One of the things that makes the world of ColdFusion so wonderful is that
you could probably just use those ASP solutions within CF, using the
CFOBJECT tag or the CreateObject function. Admittedly, CF doesn't have an
analog of ASP's Response.BinaryWrite function, but you could probably still
create the image you need on the filesystem from CF, then use CFCONTENT to
return it to the user.

In addition, there are plenty of image generation options available, from
CFX_GIFGD (free, simple CFX tag) to Macromedia Generator (very expensive).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to