The need is to have one pic in several sizes and both CMYK and RGB format.
How well does GD2 suite to convert between RGB and CMYK.
What format should I use as the original pic, RGB or CMYK.
The main function would be something like:
imageConvert(image, size_h, format,dpi);
like
newImage = imageConvert(myImage, 300, CMYK,300);
Any tips how to start?
My main point concerns the conversion between RGB or CMYK.
Any help is apreciated.



