use Image::Magick; my $image = Image::Magick->new; my $x = $image->Read('filename.eps'); warn "$x" if "$x"; my $colorspace = $image->Get('colorspace'); print "$colorspace\n";
In reply to Re: How to get the color values from eps files
by tangent
in thread How to get the color values from eps files
by ananthakumarj
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |