get filesize after resize?

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: get filesize after resize?

Post by magick »

To get the resized image filesize, you need to first write the image to a blob or disk and then get the size of the resulting image.
Post Reply