Search found 1 match
- 2014-01-13T09:41:10-07:00
- Forum: PerlMagick
- Topic: Using the image array vs. the root image for attributes
- Replies: 1
- Views: 9688
Using the image array vs. the root image for attributes
I'm encountering an issue trying to read a .jpg file and see whether it is interlaced. To test, I'm using an image that I know to be interlaced. Here is the code I'm using: perl -MImage::Magick -e'my $i=Image::Magick->new; $i->Read("media/ProgressiveExample1-msuqBz.jpg"); warn $i->Get('interlace ...