How to create CMYK image from JPEG image?

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
Dhvanit
Forum Newbie
Posts: 6
Joined: Wed Apr 04, 2007 7:10 am

How to create CMYK image from JPEG image?

Post by Dhvanit »

Hi.
Can you please help me regarding the image conversion from RGB to CMYK?
Is there any function available to do so?

Thanks in Advance.
Dhvanit.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

afaik the image libraries for PHP only support RGB - CMYK is for print, and usually only implemented in print-oriented packages.

read: http://www.nicknettleton.com/zine/inter ... gb-and-php

search: http://www.google.com/search?q=php%20cmyk
Post Reply