Hi.
Using Perl v5.8.3 on Linux, I'm trying to install GD interface for Perl (made by Lincoln Stein).
I installed GD, zlib, jpeg-6b and freetype from sources (the very last versions).
When executing script, I get this error message:
-----
Can't locate object method "newFromGif" via package "GD::Image" at ./test.pl line 6.
-------
Line 6:
------
$srcimage = GD::Image->newFromGif("myimage.gif");
------
I know GIF is not supported by official GD libraries, but is it possible to get it via another way?
Thank you very much.
Using Perl v5.8.3 on Linux, I'm trying to install GD interface for Perl (made by Lincoln Stein).
I installed GD, zlib, jpeg-6b and freetype from sources (the very last versions).
When executing script, I get this error message:
-----
Can't locate object method "newFromGif" via package "GD::Image" at ./test.pl line 6.
-------
Line 6:
------
$srcimage = GD::Image->newFromGif("myimage.gif");
------
I know GIF is not supported by official GD libraries, but is it possible to get it via another way?
Thank you very much.