in reply to Creating .gif images with Perl

Not that I know of. Note, though, that while GD and ImageMagick aren't pure-perl, they're easy to find pre-compiled versions of.


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

Replies are listed 'Best First'.
Re: Re: Creating .gif images with Perl
by Anonymous Monk on Mar 29, 2003 at 18:48 UTC
    How can I build the perl interface to the pre-compiled versions without a c compiler?
Re: Re: Creating .gif images with Perl
by Anonymous Monk on Jan 14, 2003 at 04:51 UTC
    Unfortunately our web host doesn't let you execute binarys out of writeable directories. Is there any other way for a Perl program to create an image that's viewable by both Netscape and IE?

      If your Web host doesn't let you execute binaries from writeable directories, why not remove write permissions from the directory once you have placed the executables there? I don't understand why this would cause any problems. Do you have other problems you haven't mentioned yet?

        The only binarys we can execute are in /usr /bin or /etc
        /usr /bin and /etc are read-only
      our web host doesn't let you execute binarys out of writeable directories

      What does that have to do with the price of fish?? Don't make the directory writeable then!

      Install your own modules. I suggest GD.

      Read perldoc -q "my own module" for details.

      --
      Regards,
      Helgi Briem
      helgi AT decode DOT is