I've had the same issue.

I use ImageFlare...The solution I've been using is a TOTAL HACK, but it
works.


Create a blank transparent PNG file in Photoshop, then use that as the basis
for your new image.


<cfx_imageflare source="\
  b = Bitmap( '#expandpath('Trans.png')#' )
  f = Font( 'Coliseum Normal', 24 )
  b.text( 'Some Text', 0, b.height, f, Color('red') )
  b.save( '#expandpath('Trans2.png')#' )
">

You can make the transparent image any size as you'll be able to dynamically
size it to fit as you need it.

HTH

=]

On Mon, Jan 10, 2011 at 10:19 AM, Terry Troxel <te...@it-werks.com> wrote:

>
> I CFIMAGE, CFX_IMAGECR3 AND CFX_IMAGEFLARE and so far am unable to create a
> png or a gif image
>
> With text on a transparent background.
>
> Would love an example if anyone has any suggestions.
>
>
>
> Terry
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:340610
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to