GD experts

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
xisle
Forum Contributor
Posts: 249
Joined: Wed Jun 25, 2003 1:53 pm

GD experts

Post 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
dave420
Forum Contributor
Posts: 106
Joined: Tue Feb 17, 2004 8:03 am

Post 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
User avatar
xisle
Forum Contributor
Posts: 249
Joined: Wed Jun 25, 2003 1:53 pm

Post by xisle »

ah ok thanks. I will mess with ImageMagick colorspace a bit more, maybe I can get that straight.
Post Reply