Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: constant problem with GD's newFromGif

by Roger (Parson)
on Sep 01, 2005 at 11:01 UTC ( [id://488348]=note: print w/replies, xml ) Need Help??


in reply to constant problem with GD's newFromGif

Try my $im = GD::Image->newFromGif( \*F );

Hang on, did you check whether your open succeeded or not? Do this instead:
open F, TMP_GIF_FNAME or die "Can not open image: $!";

Replies are listed 'Best First'.
Re^2: constant problem with GD's newFromGif
by maard (Pilgrim) on Sep 01, 2005 at 11:52 UTC
    open F, TMP_GIF_FNAME or die "Can not open image: $!";
    You're right, that was the reason (I overlooked it, because the code became too heavy instead of several lines, written several days ago, because I coudn't create image from GIF data, only from file).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found