POV-Ray : Newsgroups : povray.unofficial.patches : Color space conversion? : Re: Color space conversion? Server Time
2 Sep 2024 12:15:01 EDT (-0400)
  Re: Color space conversion?  
From: Chris Huff
Date: 4 May 2000 07:30:31
Message: <chrishuff_99-30C982.06334204052000@news.povray.org>
In article <39115C75.19BC1A37@aetec.ee>, Vahur Krouverk 
<vah### [at] aetecee> wrote:

> No, basically this are as easy as that (RGB->CMY):
> C = 1 - R
> M = 1 - G
> Y = 1 - B
> In case of CMYK K is computed as minimum from C,M,Y and each component
> (CMY) is reduced by this value.

Ok, then there already exists a filter which can do most of the 
conversion: invert. You could then get K using the "min" filter.(which I 
haven't written yet)

-- 
Christopher James Huff - Personal e-mail: chr### [at] yahoocom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://chrishuff.dhs.org/
TAG Web page: http://tag.povray.org/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.