Search found 3 matches

by bobbintb
2018-06-18T13:38:52-07:00
Forum: PerlMagick
Topic: GetAttribute shows type as 'Palette' but identify shows as 'Bilevel.
Replies: 0
Views: 45201

GetAttribute shows type as 'Palette' but identify shows as 'Bilevel.

I have a script that works based on image type. my $imageType = $image->GetAttribute('type'); Then I have a couple if statements: if($imageType eq 'Bilevel') if($imageType eq 'Grayscale') if($imageType eq 'TrueColor') and an else to print out the file and image type if it doesn't match any of those ...
by bobbintb
2018-05-22T08:19:36-07:00
Forum: PerlMagick
Topic: Cannot install latest version of Perlmagick
Replies: 3
Views: 53800

Re: Cannot install latest version of Perlmagick

Thanks, that did the trick, with a small change. I just had to point it to the ppm in the imagemagick install directory.
by bobbintb
2018-04-03T08:31:41-07:00
Forum: PerlMagick
Topic: Cannot install latest version of Perlmagick
Replies: 3
Views: 53800

Cannot install latest version of Perlmagick

I was using an older version of Imagemagick, 6.8.0, I believe, and the Perl command for adding a comment was not working. I could get it to work fine with just a CLI but the Perl module for that one particular function just never added a comment. I decided to uninstall and reinstall with the latest ...