My issue is that it appears that PerlMagick always reports "None" as the interlace type in a snippet like this:
Code: Select all
my $obj = Image::Magick->new();
my $res = $obj->Read($imageFileName);
print STDOUT $imageFileName . ": " . $obj->Get('interlace') . "\n";
p5-perlmagick @6.59
ImageMagick @6.6.7-1
Insights much appreciated,
Paul