How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Francesco Moi <francescomoi@xxxxxxx>
- Date: Tue, 05 Jun 2007 08:22:50 -0000
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.
.
- Follow-Ups:
- Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Gunnar Hjalmarsson
- Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Sherm Pendley
- Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Sisyphus
- Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Mumia W.
- Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Bianka Martinovic
- Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Bianka Martinovic
- Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- Prev by Date: MIME::Base64 bugs?
- Next by Date: Re: HTML::Template, is it possible to nest <TMPL_VAR> inside a <TMPL_IF>?
- Previous by thread: MIME::Base64 bugs?
- Next by thread: Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- Index(es):
Relevant Pages
|