home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / graphics / 8163 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  3.0 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!lilleyc
  2. From: lilleyc@cs.man.ac.uk (Chris Lilley)
  3. Newsgroups: comp.graphics
  4. Subject: Re: Pantone to RGB or HSV conversion
  5. Message-ID: <5465@m1.cs.man.ac.uk>
  6. Date: 26 Jul 92 22:20:52 GMT
  7. References: <1992Jul23.005234.29900@msuinfo.cl.msu.edu>
  8. Sender: news@cs.man.ac.uk
  9. Reply-To: lilleyc@cs.man.ac.uk (Chris Lilley)
  10. Organization: Department of Computer Science, University of Manchester UK
  11. Lines: 63
  12.  
  13. In article <1992Jul23.005234.29900@msuinfo.cl.msu.edu> rudnitsk@cps.msu.edu
  14. (Rudnitsky Andrij M) writes: 
  15.  
  16. >Is there a way to convert a Pantone color to either RGB or
  17. >HSV?  
  18.  
  19. Well, no
  20.  
  21. At least, assuming you mean 'is there a way to convert a Pantone colour to
  22. the SAME colour in RGB which will look the same on all monitors'.
  23.  
  24. >I have a suspicion that Pantone colors can't really be
  25. >accurately described by RGB or HSV, 
  26.  
  27. Your suspicion is correct ;-)
  28.  
  29. The colours can be accurately described by any standard, device independant
  30. colour system such as CIE XYZ or its relatives.
  31.  
  32. Given the specification for your monitor, and assuming it is gamma
  33. corrected to make the light output linear, then the CIE specification can
  34. be converted to an RGB value for *your* monitor and displayed on the
  35. screen.
  36.  
  37. >and that the colors numbers are assigned at random. 
  38.  
  39. I don't know if it is random. I suspect they have some sort of system,
  40. although whether this is publicly available is another matter.
  41.  
  42. > Is there perhaps a conversion chart?
  43.  
  44. Some commercial programs use internal tables of CIE specifications for the
  45. Pantone Process colour range (different from the original Pantone colours,
  46. which were for spot colour inks). The colour measurements may well be
  47. proprietary, though.
  48.  
  49. In principle, the conversion you suggest can be done. It requires:
  50.  
  51. a) a lookup table to go from the Pantone number to a CIE specification.
  52. There are not that mant Pantone colours, this should not be a problem.
  53.  
  54. b) measured values for each colour. With access to the relevant equipment,
  55. measuring the colours would be no problem from a technical viewpoint.
  56. However, the Pantone swatch books come with some form of license, whose
  57. terms I have not seen. This license may well prohibit you from measuring
  58. the valuers or from making them available publicly.
  59.  
  60. c) the chromaticity coordinates of the monitor phosphors and white point,
  61. and the gamma value, to convert from CIE colours to RGB. This is simple
  62. given the data, which is obtainable from manufacturers.
  63.  
  64. The main problem is licensing. This is understandable: if this data is
  65. available, Pantone looses money because their colours can be reproduced on
  66. screen or printer without a Pantone license (providing they are within the
  67. range of displayable colours for that device).
  68.  
  69. Of course, if someone has a list of these values which may be legally
  70. distributed, post it here!! I would be most interested!
  71.  
  72. >Andy Rudnitsky    rudnitsk@pleiades.msu.edu    rudnitsk@cps.msu.edu
  73.  
  74. Chris Lilley                      lilley@cgu.mcc.ac.uk
  75. Computer Graphics Unit, Manchester Computer Center, Manchester, UK
  76.