Search found 2 matches

by r00t
2018-02-21T06:57:05-07:00
Forum: IMagick
Topic: Transform PDF to PNG (CMYK to RGB)
Replies: 3
Views: 13406

Re: Transform PDF to PNG (CMYK to RGB)

Hi snibgo, Thanks for your response. What do you mean, when you say before reading the PDF ? Something like this ? (This doesn't work..) $im1 = new imagick(); $im1->setImageColorSpace(Imagick::COLORSPACE_SRGB); $im1->readImage($url); $im1->setIteratorIndex(0); $im1->setImageFormat('jpg'); $im1->writ...
by r00t
2018-02-21T05:02:42-07:00
Forum: IMagick
Topic: Transform PDF to PNG (CMYK to RGB)
Replies: 3
Views: 13406

Transform PDF to PNG (CMYK to RGB)

Hi everyone ! I search on all the web with no results for this question. I use imagick for transform the first index of a PDF to PNG. This work very fine but there is difference (colors) between the first index and the PNG (see pics for example) This image is the first index of the PDF (xxx.pdf) htt...