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";