[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Re: CMYK <-> RGB
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] Re: CMYK <-> RGB |
Date: |
Fri, 05 Oct 2001 17:37:05 +0100 |
Hi,
> r = 1 - c + ck - k
> r = (1 - c)(1 - k)
Sorry to take this off-topic, but why is the `+ ck' there? Why isn't
it
r = 1 - c - k
on the basis of cmy to cmyk is
k = min(c, m, y)
c, m, y = c - k, m - k, y - k
so cmyk to cmy is
c, m, y = c + k, m + k, y + k
and cmy to rgb is
r, g, b = 1 - c, 1 - m, 1 - y
I'm obviously wrong on this but can't see why at the moment.
Ralph.
- [Groff] CMYK <-> RGB, Werner LEMBERG, 2001/10/05
- [Groff] Re: CMYK <-> RGB, Keith Packard, 2001/10/05
- Re: [Groff] Re: CMYK <-> RGB,
Ralph Corderoy <=
- Re: [Groff] Re: CMYK <-> RGB, Tadziu Hoffmann, 2001/10/05
- Re: [Groff] Re: CMYK <-> RGB, Keith Packard, 2001/10/05
- Re: [Groff] Re: CMYK <-> RGB, Larry Jones, 2001/10/05
- Re: [Groff] Re: CMYK <-> RGB, Ralph Corderoy, 2001/10/05
- Re: [Groff] Re: CMYK <-> RGB, Larry Jones, 2001/10/05
- Re: [Groff] Re: CMYK <-> RGB, Larry Jones, 2001/10/05
- [Groff] Re: CMYK <-> RGB, Werner LEMBERG, 2001/10/05
Re: [Groff] CMYK <-> RGB, Ralph Corderoy, 2001/10/05