If you are on linux you might want to look at Imagemagick and/or GD. I know that there a tons of libraries for them. They where (when I was doing PHP) the defacto image libraries. I imagine that you could call them using CFexecute but you might want to look at some of the php libraries as they will have a lot of the leg work done for you.
Another option would be to use the native CF image libraries like image.cfc to render a jpeg or ping and see if you can convert it to tiff using either Java or the above libraries. hth. G On Wed, Apr 30, 2008 at 8:22 AM, Melissa Cope <[EMAIL PROTECTED]> wrote: > I'd looked into image.cfc already and it does not handle TIFFs. I > appreciate your suggesting cfx_image though it doesn't appear to handle > TIFFs either (and it only runs on Windows where we're running Linux.) > > >There is Image.cfc and cfx_image. I don't know if they write to tiff. I > have > >a bunch of code that uses cfx_image that I can dig up for you if need be. > >Let me know. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304477 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

