Page 1 of 1

GD experts

Posted: Fri May 14, 2004 11:12 am
by xisle
Hi all,
I tend to answer(not always correctly) more than ask..
but anyway here goes.

ImageMagick is totally hosing my CMYK images when they
are converted to RGB for the web -- color correction is way off.
Does anyone know the GD routine for CMYK to RGB conversion?
Iknow the basics of GD, just fumbling a bit on this one.. and
want to do some color comparisons

Posted: Fri May 14, 2004 11:15 am
by dave420
Last time I checked, GD doesn't do colorspace conversion. I used to work at a very large image website (300GB+ of images), and we used imagemagick to convert our TIFFs. It can do the job very well, if configured correctly. I didn't set that bit up, so that's about as much information as I can give, I'm afraid.

dave

Posted: Fri May 14, 2004 11:57 am
by xisle
ah ok thanks. I will mess with ImageMagick colorspace a bit more, maybe I can get that straight.