converting CMYK -> RGB ? or tif -> JPEG

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
twolter
Forum Newbie
Posts: 1
Joined: Tue Oct 08, 2002 2:35 am
Location: germany
Contact:

converting CMYK -> RGB ? or tif -> JPEG

Post by twolter »

is it posible to convert a CMYK (tif) to an RGB (jpeg) ??

please Help :cry:
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

with PHP? i don't believe so. with something like photoshop most deffinetly
rev
Forum Commoner
Posts: 52
Joined: Wed Oct 02, 2002 3:58 pm
Location: Atlanta, GA

Post by rev »

Off the top of my head, no... there is no ImageCreateFromTiff() as of yet - and I am not certain if there are plans to implement. I'm too lazy to peruse PHP CVS/News, presently... but you certainly could. :)

http://cvs.php.net/
http://news.php.net/
Post Reply