Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!bloom-beacon!eru!kth.se!sunic!mcsun!ukc!icdoc!citycs!ans From: ans@cs.city.ac.uk (Ashley Salisbury) Newsgroups: comp.graphics Subject: Re: RGB to CYMK?? Anybody know of an algorthim?? Keywords: RGB HSV CYMK color gamma Message-ID: <1991Mar18.120406.4427@cs.city.ac.uk> Date: 18 Mar 91 12:04:06 GMT References: <1222@dms.UUCP> Reply-To: ans@city.cs.ac.uk (Ashley Salisbury) Organization: City University, London Lines: 25 In article <1222@dms.UUCP> rotberg@dms.UUCP (Ed Rotberg) writes: >Hi, > >I'm looking for an algorithm or reference to one that would allow me to >convert RGB values to CYMK and vice versa. An alternative would be >the conversion to and from HSV from CYMK. Thanks for any and all help. .. > - Ed Rotberg - > - Atari Games Corp. - I too would very much like some info on this .. preferably some C source code eg: struct HSV * rgb_to_hsv_conv(struct RGB *); type functions. The defintions of HSV RGB etc etc blah are all well documented in numerous graphics books, but few give details on conversion techniques, most stopping short of the trivial RGB to intensity conversion. Someone must have some code for this, which is not so large that it can't be posted. Please no flames, just put it down to being young and impetuous, thank's in advance, Ashley.