File Format Conversions (RGB <-> CMYK)
Posted: Thu Oct 06, 2005 9:28 pm
Hi Everyone,
Was wondering what the best (and easiest) method of converting RGB <-> CMYK would be.
From what I can tell, ImageMagickWand seems to be the go, but that involves installing extensions to ImageMagick which some servers do not allow, and so was hoping there was an easier way of doing it.
I haven't found anything really solid with GD.
If the scenario is needed: user uploads EITHER a rgb (jpg) or CYMK (tiff) and then a bit of PHP script makes a duplicate but in the other format.
Any help would be appreciated.
Thanks
Was wondering what the best (and easiest) method of converting RGB <-> CMYK would be.
From what I can tell, ImageMagickWand seems to be the go, but that involves installing extensions to ImageMagick which some servers do not allow, and so was hoping there was an easier way of doing it.
I haven't found anything really solid with GD.
If the scenario is needed: user uploads EITHER a rgb (jpg) or CYMK (tiff) and then a bit of PHP script makes a duplicate but in the other format.
Any help would be appreciated.
Thanks