Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Imager::GIF seems broken

by Anonymous Monk
on Jan 05, 2020 at 15:44 UTC ( [id://11110985]=note: print w/replies, xml ) Need Help??


in reply to Re: Imager::GIF seems broken
in thread Imager::GIF seems broken

Thank you vr! The module works as expected when following your instructions. Apparently the documentation synopsis contains two severe errors.

Imager::GIF synopsis:

my $sonic = Imager::GIF->new(file => 'sonic.gif');
Should be:
my $sonic = Imager::GIF->read(file => 'sonic.gif');
Imager::GIF synopsis:
$small_sonic->write(file => 'small_sonic.gif');
Should be:
$small_sonic->write('small_sonic.gif');
The first problem, not using the read method to construct the object, was causing the write error. The second issue, supplying a hash instead of file name to write method, silently fails to do anything.

Kudos

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11110985]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2025-06-17 19:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.