Search found 1 match
- 2011-07-20T05:54:31-07:00
- Forum: PerlMagick
- Topic: PerlMagick Incorrectly Identifies Colorspace
- Replies: 1
- Views: 12321
PerlMagick Incorrectly Identifies Colorspace
Hi, I'm using the PerlMagick Get() method to identify image attributes for a database with millions of images in it. I noticed that colorspace is not correct coming from the PerlMagick API, but is correct when using /usr/bin/identify. Here's how: use Image::Magick; use Data::Dumper; my $i = Image ...