Re: Text to image for Non CSS font resolution

2008-09-02 Thread Mary Wheeler
C Wrote: Not to rule out other options, but try setting the background color when the image object is created: cfset myImage=ImageNew(,500,20, rgb, ff) Though, I do not think you want to create the images every time the page loads. That helps, but I still need help. It did do the

RE: Text to image for Non CSS font resolution

2008-08-28 Thread David Moore, Jr.
C Wrote: Not to rule out other options, but try setting the background color when the image object is created: cfset myImage=ImageNew(,500,20, rgb, ff) Though, I do not think you want to create the images every time the page loads. That helps, but I still need help. It did do the trick,

Re: Text to image for Non CSS font resolution

2008-08-28 Thread Azadi Saryev
what i did a while ago (before I discovered sIFR) a client was: - create a separate image for each letter and punctuation mark in the font they wanted to use, naming each image file according to what is in it (A.png, B.png, ect). NOTE: the font they used was uppercase-only, so i was spared

Re: Text to image for Non CSS font resolution

2008-08-27 Thread David Moore
I think I have everything correct, but the background of my dynamically created image is black. Nothing I do will change that. Can someone tell me what I am doing wrong. See the test site at: http://www.wawalker.com/index.cfm?PageID=32ParentPageID=44NavLink=7 table width=100% border=0

Re: Text to image for Non CSS font resolution

2008-08-27 Thread Jake Churchill
Try a .jpg. I've had funny issues with .gif files before. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 David Moore wrote: I think I have everything correct, but the background of my dynamically created image is black.

RE: Text to image for Non CSS font resolution

2008-08-27 Thread David Moore, Jr.
Jake Churchill Wrote:Try a .jpg. I've had funny issues with .gif files before. Didn't fix it. Still black background. I copied the code write off the Adobe Live Docs website? What could I have done. Anyone else. I saw the suggestion in this thread of using sIFR. What should I do? Any advice

Re: Text to image for Non CSS font resolution

2008-08-27 Thread C S
I think I have everything correct, but the background of my dynamically created image is black. Nothing I do will change that. .. cfset myImage=ImageNew(,500,20) Not to rule out other options, but try setting the background color when the image object is created: cfset

Re: Text to image for Non CSS font resolution

2008-08-22 Thread David Moore
Is there any CF solution to apply some kind of text to image conversion ~David G. Moore, Jr. And then a thread comes along that gives me an answer without answering my question at all: cfset ImageDrawText(myImage,Congratulations!,10,50,attr) One day I will learn ColdFusion? ~David

Re: Text to image for Non CSS font resolution

2008-08-22 Thread Kay Smoljak
Have a look at sIFR - http://wiki.novemberborn.net/sifr Uses JavaScript and Flash to dynamically replace text headings with the desired font. It degrades gracefully so that user agents with no flash or no javascript will just get the text. Search engine friendly and no additional markup in your