[argyllcms] Re: targen and -c parameter

  • From: Graeme Gill <graeme@xxxxxxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Thu, 18 Nov 2010 22:16:38 +1100

Vittorio Villani wrote:
"Note that this will only have an effect IF an algorithm that uses the 
perceptual
placement, such as -R, -Q, -I, or the default OFPS with an -A value>  0.0, IS 
USED."

Can you please explain to me what the sentence that you wrote is about? Reading 
the
description I understood that -c has an effect only if -R -Q -I or default OFPS 
with
-A>0.0 is used. Sorry for this. Vittorio

The meanings are equivalent:

   if A
        if B
             result true
        else
             result false
    else
        result false

is just another way of expressing:

    if A and B
        result true
    else
        result false

Graeme Gill.

Other related posts: