Search found 3 matches

by paul_krohn
2011-01-25T18:52:34-07:00
Forum: Bugs
Topic: perlmagick $obj->Get('interlace') always reports None
Replies: 1
Views: 5357

Re: perlmagick $obj->Get('interlace') always reports None

Sorry, this should be in the Perlmagick forum, re-posted there:

viewtopic.php?f=7&t=17931
by paul_krohn
2011-01-25T18:51:27-07:00
Forum: PerlMagick
Topic: Get('interlace') always reports "None"?
Replies: 0
Views: 8270

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 . &...
by paul_krohn
2011-01-25T18:34:30-07:00
Forum: Bugs
Topic: perlmagick $obj->Get('interlace') always reports None
Replies: 1
Views: 5357

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 . &...