PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
I have a set of small images (640x480) and for some reason Image::Magick is taking a very long time to do the Get->('format') call on them.
With this debug:
It's regularly taking 3-5 minutes per file for these jpegs. I'm using version 6.82. Is there any known reason why it could take so long to do this? I can display the files using an image editor with no visible delay at all.