[argyllcms] some new question about targen after read your reply

  • From: "243750496" <243750496@xxxxxx>
  • To: "argyllcms" <argyllcms@xxxxxxxxxxxxx>
  • Date: Sat, 29 Apr 2017 10:32:36 +0800

Command:
targen -v -O -U -d3 -f0 -e0 -B0 -s4 test
  targen -v -O -U -d3 -f0 -e0 -B0 -g4 test
  targen -v -O -U -d3 -f0 -e0 -B0 -m4 test
  targen -v -O -U -d3 -f0 -e0 -B0 -b3 test
(1)How to make the text to image not just some number in a file 
I mean please give me the printtarg command for the four command 


Said:
what's the math algorithm behind the step *

*And the parameter: *0.0 0.25 0.5 0.75 and 1.0,
0.0 0.0625 0.25 0.5625 and 1.0.

The source code is there for such detail, but by default
the steps are an even division of the device space. So 4
steps out of 0% to 100% will be 0%, 33.3% 66.6% 100% etc.
(The spacing is altered by the the -p parameter though.)

Q(2):what do parameter "p" do if set for 2.0 
And could i set 2.1 or just 2 instead?


Q3: it need very professional quality for me  to read what will 
t r R q Q i I a A l(L) 
do.so could u explain it with  some more commands or explain it in a simple way?


Q4:also can't get what O and U do with the  command 
argen -v -O -U -d3 -f0 -e0 -B0 -s4 test
Can i delete the two  parameters?


Q5:what do w and F flag do?are they  all useless?






Thx a lot with previous In time reply :)
????????iPhone

------------------ Original ------------------
From: Graeme Gill <graeme@xxxxxxxxxxxxx>
Date: Wed,Apr 26,2017 11:35
To: argyllcms <argyllcms@xxxxxxxxxxxxx>
Subject: Re: [argyllcms] Re: some questions about target command



243750496 wrote:

Hi,

The *-D* parameter modifies the colorspace set by -d by allowing individual 
colorants to
be added or subtracted from the colorspace.

*(1) how to  make  -D Working in add mode and Working in Subtracted mode?do 
the command is
same?*

The -D inverts the presence of a colorant:

  targen -d4 -D4

    gives CMY

  targen -d4 -D5

    gives CMYKO

*(2)what do -e do ? I see no difference between setting 2 and 4.*

  targen -v -d3 -f0 -m3 test

     gives 33 patches with 4 of them being white.

  targen -v -d3 -f0 -m3 -e2 test

     gives 31 patches with 2 of them being white.

  targen -v -d3 -f0 -m3 -e6 test

     gives 35 patches with 6 of them being white.

*??4??what do -s -g -m -b do? and what's the difference between those 
parameters?

It is explained in the text you included. If that isn't clear, you should
point out specifically what isn't clear. In any case, I'd recommend 
experimenting
with the parameters. i.e. try:

  targen -v -O -U -d3 -f0 -e0 -B0 -s4 test
  targen -v -O -U -d3 -f0 -e0 -B0 -g4 test
  targen -v -O -U -d3 -f0 -e0 -B0 -m4 test
  targen -v -O -U -d3 -f0 -e0 -B0 -b3 test

and look at the resulting .ti1 files.

And
what's the math algorithm behind the step *
*And the parameter: *0.0 0.25 0.5 0.75 and 1.0,
0.0 0.0625 0.25 0.5625 and 1.0.

The source code is there for such detail, but by default
the steps are an even division of the device space. So 4
steps out of 0% to 100% will be 0%, 33.3% 66.6% 100% etc.
(The spacing is altered by the the -p parameter though.)

The *-f* parameter sets the number of full spread test patches.

*??5??what is the parameters function and what will they do to the OFPS 
algorithm?*

As explained, the -f parameter sets the number of full spread patches. It does 
nothing
to the (default) OFPS algorithm, apart from setting the number of patches to
generate.

The -t, -r, -R, -q, -Q, -i, -I flags switch from OFPS to the specified alternate
algorithm.

Hope this helps,

Graeme Gill.

Other related posts: