[argyllcms] Re: how to add patch around bw axis
- From: "Lars Tore Gustavsen" <lars.tore@xxxxxxxxxxxxxx>
- To: argyllcms@xxxxxxxxxxxxx
- Date: Fri, 31 Oct 2008 22:57:29 +0100
On Fri, Oct 31, 2008 at 9:42 AM, Lars Tore Gustavsen
<lars.tore@xxxxxxxxxxxxxx> wrote:
>
>
> If you change the awk '{print $1,0,0}' part in my script to awk
> '{print $1,1,1}' it will send values like this:
> 1 1 1
> 4 1 1
> 7 1 1
> 10 1 1
> ...
>
> and repeat for other values.
>
Just for the record and for the fun of it, Nikolay idea with random
spread around the axis is good. So I tried to implement it with my one
liner. I worked with this expression for a while {print
(rand()*2-1)*7} :-)
seq 1 0.33 100|\
awk 'BEGIN {ORS =" "} {print $1}{print (rand()*2-1)*7}{print
(rand()*2-1)*7}{print "\n"} '|\
xicclu -fif -ir myprinterRGB.icc |\
awk '$12!~/clip/{print $8,$9,$10}'|\
xicclu -ff -ia -px myprinterRGB.icc |\
awk '{print $1*100,$2*100,$3*100,$8*100,$9*100,$10*100}'
And 300 point spread around at distance up to dE 7.
If remember correctly from last year when I played with this, there
was no obvious gain in print quality. But the learning experience was
great.
- References:
- [argyllcms] how to add patch around bw axis
- From: Daniele Pennati
- [argyllcms] Re: how to add patch around bw axis
- From: Nikolay Pokhilchenko
- [argyllcms] Re: how to add patch around bw axis
- From: Daniele Pennati
- [argyllcms] Re: how to add patch around bw axis
- From: Lars Tore Gustavsen
Other related posts:
- » [argyllcms] how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis - Lars Tore Gustavsen
- [argyllcms] how to add patch around bw axis
- From: Daniele Pennati
- [argyllcms] Re: how to add patch around bw axis
- From: Nikolay Pokhilchenko
- [argyllcms] Re: how to add patch around bw axis
- From: Daniele Pennati
- [argyllcms] Re: how to add patch around bw axis
- From: Lars Tore Gustavsen