Search found 1 match

by erwan
2014-01-30T02:45:36-07:00
Forum: Users
Topic: wrong cmyk color with annotateImage.
Replies: 1
Views: 1111

wrong cmyk color with annotateImage.

Hi, i'm trying to write text on a jpeg-cmyk image, everything works correctly but the color of the text. For example, if I set a color with setColor("cmyk(0,0,0,0)") it should appear as white but it appear grey/black :? I'm using the Imagick class on PHP. any idea ? my code: $imgname="CMYK300dpi.jpg ...