> Is there a way to force imagemagick to flush output and release the file

PerlMagick closes the file handle when it writes the image to disk before
it exits $image->Write().   PNG compresses the image so it may be smaller than
expected.  You could try destroying the image object with

  undef $image;

and see if that helps.  Also try upgrading to the latest ImageMagick release.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to