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
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
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
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
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
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
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
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
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