Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get GIF support with Perl-GD library? (Can't locate newFromGif)

Status
Not open for further replies.

cadbilbao

Programmer
Apr 9, 2001
233
ES
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top