Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi there,

i'm searching for a possibility, to generate nice looking submit-buttons for my web-application on the fly (in the way like gimp does). Can anyone point me to a place where i can get a working example?

Thank you all

  • Comment on Generate graphic submit-buttons dynamically for web-sites

Replies are listed 'Best First'.
Re: Generate graphic submit-buttons dynamically for web-sites
by kilinrax (Deacon) on Oct 20, 2000 at 20:13 UTC
RE: Generate graphic submit-buttons dynamically for web-sites
by arturo (Vicar) on Oct 20, 2000 at 22:28 UTC

    ++GIMP Perl module n' all, but depending on *how* 'nice' you want them to be, and how much work you're willing to put it, you might also look into using GD or Image::Magick, which are simpler things (they are toolkits, rather than interfaces into the goodness that is the Gimp).

    Philosophy can be made out of anything. Or less -- Jerry A. Fodor

Re: Generate graphic submit-buttons dynamically for web-sites
by c-era (Curate) on Oct 20, 2000 at 20:12 UTC
    You can always write a perl-gimp script to generate the button, and then have your cgi-script call the perl-gimp script. It may not be the fastest way, but it should be fairly easy to do.