Help for this page
open F, TMP_GIF_FNAME; my $im = GD::Image->newFromGif( F ); close F;
sub newFromGif { croak("Usage: newFromGif(class,filehandle,[truecolor])") unless @_ +>=2; ... binmode($fh); # <-- line 193 $class->_newFromGif($fh,@_); }