$image->write('temp.tiff'); system ("/path/to/convert temp.tiff png:newname.png") && die "Couldn't convert image";