Re: Creating images

2004-06-29 Thread Randy W. Sims
dan wrote: The only other issue I'd have, is it possible to change the font of "Custom Text" to Tahoma? If so, how do it do it, and do I need any additional files? see `perldoc GD` : look for the 'stringFT' method see also `perldoc GD::Text` example: $img->stringFT( $black, # color ref 'path/to

Re: Creating images

2004-06-29 Thread Randy W. Sims
dan wrote: The only other issue I'd have, is it possible to change the font of "Custom Text" to Tahoma? If so, how do it do it, and do I need any additional files? see `perldoc GD` : look for the 'stringFT' method see also `perldoc GD::Text` example: $img->stringFT( $black, # color ref 'path/to

Re: Creating images

2004-06-29 Thread LRMK
LRMK - Original Message - From: "dan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 3:33 AM Subject: Re: Creating images > This does exactly what I want, except I used the output code from > JupiterHost.Net's suggestion, as i

Re: Creating images

2004-06-29 Thread dan
This does exactly what I want, except I used the output code from JupiterHost.Net's suggestion, as i wanted to output straight to the browser, not to a file. The only other issue I'd have, is it possible to change the font of "Custom Text" to Tahoma? If so, how do it do it, and do I need any additi

Re: Creating images

2004-06-28 Thread JupiterHost.Net
dan wrote: Well, I had a feeling it *might* have been HTML related, but I knew perl had some image manipulation modules, and I was just wondering if there was anything that could create images for me on-the-fly, rather than go through complicated HTML routines each time I wanted to create an image

Re: Creating images

2004-06-28 Thread dan
Well, I had a feeling it *might* have been HTML related, but I knew perl had some image manipulation modules, and I was just wondering if there was anything that could create images for me on-the-fly, rather than go through complicated HTML routines each time I wanted to create an image with some c

Re: Creating images

2004-06-28 Thread Randy W. Sims
On 6/25/2004 6:56 PM, dan wrote: Hi all, again! I'm attempting to make a web page, where all the buttons are dynamic, where dynamic I say there's 1 "template" button image with nothing written on it, and I want to put requests into a html page to call a script as an image to put text on top of the

Re: Creating images

2004-06-26 Thread Andrew Gaffney
dan wrote: Hi all, again! I'm attempting to make a web page, where all the buttons are dynamic, where dynamic I say there's 1 "template" button image with nothing written on it, and I want to put requests into a html page to call a script as an image to put text on top of the image, then output as

Re: Creating images

2004-06-26 Thread James Edward Gray II
On Jun 25, 2004, at 5:56 PM, dan wrote: Hi all, again! I'm attempting to make a web page, where all the buttons are dynamic, where dynamic I say there's 1 "template" button image with nothing written on it, and I want to put requests into a html page to call a script as an image to put text on t