Search found 1 match

by ademmler
2012-07-17T04:42:33-07:00
Forum: PerlMagick
Topic: How to apply a ICC profile
Replies: 0
Views: 11506

How to apply a ICC profile

Hi to all, I have 2 questions ....

1. How can I set IM to use a specific ICC profile for colorspace => 'CMYK' conversion?
2. I have tried to apply a CMYK ICC to an image. I have tried out this:

#read rgb image into memory
my $image = Image::Magick->new();
$image->Read( $infile );
$image->Set ...