Sorry, this should be in the Perlmagick forum, re-posted there:
viewtopic.php?f=7&t=17931
Search found 3 matches
- 2011-01-25T18:52:34-07:00
- Forum: Bugs
- Topic: perlmagick $obj->Get('interlace') always reports None
- Replies: 1
- Views: 5370
- 2011-01-25T18:51:27-07:00
- Forum: PerlMagick
- Topic: Get('interlace') always reports "None"?
- Replies: 0
- Views: 8316
Get('interlace') always reports "None"?
Hi all. Longtime user, first post here. Thanks in advance for taking a look! My issue is that it appears that PerlMagick always reports "None" as the interlace type in a snippet like this: my $obj = Image::Magick->new(); my $res = $obj->Read($imageFileName); print STDOUT $imageFileName . ": " . $obj ...
- 2011-01-25T18:34:30-07:00
- Forum: Bugs
- Topic: perlmagick $obj->Get('interlace') always reports None
- Replies: 1
- Views: 5370
perlmagick $obj->Get('interlace') always reports None
Hi all. Longtime user, first post here. Thanks in advance for taking a look! My issue is that it appears that PerlMagick always reports "None" as the interlace type in a snippet like this: my $obj = Image::Magick->new(); my $res = $obj->Read($imageFileName); print STDOUT $imageFileName . ": " . $obj ...