http://qs321.pair.com?node_id=480780


in reply to resize gif using ImageMagick

You should either open & close the file and pass ImageMagick the filehandle, or you give ImageMagick only the filename. From the Docs:
$x = $image->Write('x.png'); warn "$x" if "$x";

Replies are listed 'Best First'.
Re^2: resize gif using ImageMagick
by Anonymous Monk on Aug 04, 2005 at 11:55 UTC
    sorry not sure if i understand correctly?