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
custom text on it. Rather than go through complicated HTML routines, I
thought it might be easier to make an <img
src="customimage.pl?text=whatever+i+want"> etc.. where the text to put in is
generated by the script creating the html for the page, if that makes sense?

Dan

"James Edward Gray II" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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 top of the image, then output as 1 image. Does this make
> > sense
> > what I'm try to do? Is this even possible? If so, what's the best way
> > of
> > going about it, as I have absolutely no idea where to start on this
> > one.
> > I've aquired Apache::ImageMagick, but can't make head nor tail of the
> > readme.
>
> This sounds like a HTML (DHTML or CSS or whatever) question.  You would
> probably get better, quicker responses from a group that focus on those
> kinds of problems.
>
> James
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to