[argyllcms] Best (smallest) profiling patch set
- From: Andrej Javoršek <Andrej.Javorsek@xxxxxxxxxxxxx>
- To: argyllcms@xxxxxxxxxxxxx
- Date: Sat, 22 Apr 2006 09:49:01 +0200
Hello!
I would like to get comment on my approach to get the smallest
possible (but still useful) patch amount for
quick profiling of news print offset press. My motivation is to be
able to profile press with small amount of
patches that can be printed during normal press run (without need for
common test-chart print run).
Patches should be printed in border (cut off) area of paper so
probably I could only print some 50 to 100 patches.
The approach I'm considering is to first (and only once) print really
big test chart (4000 to 5000 patches) and measure it.
After that I could use "splitcgats" to get fraction of those
measurements, create profile with that fraction and use "profcheck"
against the whole set to get dE for that set. I can repeat
"splitcgats" 500 or 1000 times to get statistically good representation.
I could repeat same test for 2 or maybe 3 different papers to se if
patch set is more or less the same for them.
I have the ability to use Xgrid consisting of 20+ IMac's so the speed
is not the main concern.
The script I would feed to the grid is something like that..
#!/bin/bash
number=$1
cgatsin=$2
cgatsout=$3
splitcgats -n25 -r $number "$cgatsin" "$cgatsout$number.ti3" /dev/null
profile -qm -B "$cgatsout$number"
profcheck -k "$cgatsin" "$cgatsout$number.icc"
than I could call that script arbitrary number of times with changing
parameter of $number (eg. from 1 to 1000).
- Does this sound as reasonable solution?
- Is using integer as -r parameter in "splitcgats" good thing to do
or is better not to include parameter at all?
- Is quality medium good in "profile" for that purpose or could I use
low?
- Is using dE2000 in my case really better than using dE76?
- Please reconsider and advice!
Best Regards
Andrej Javorsek
- Follow-Ups:
- [argyllcms] Re: Best (smallest) profiling patch set
- From: Gerhard Fuernkranz
- [argyllcms] Re: Best (smallest) profiling patch set
- From: Graeme Gill
- References:
- [argyllcms] Re: Adobe BPC (maybe OT?)
- From: Roger Breton
- [argyllcms] Calculating profile from sensor spectral data?
- From: Per Baekgaard
- [argyllcms] Re: Calculating profile from sensor spectral data?
- From: Gerhard Fuernkranz
Other related posts:
- » [argyllcms] Best (smallest) profiling patch set
- » [argyllcms] Re: Best (smallest) profiling patch set
- » [argyllcms] Re: Best (smallest) profiling patch set
- » [argyllcms] Re: Best (smallest) profiling patch set
- » [argyllcms] Re: Best (smallest) profiling patch set
- » [argyllcms] Re: Best (smallest) profiling patch set
- » [argyllcms] Re: Best (smallest) profiling patch set
- » [argyllcms] Re: Best (smallest) profiling patch set
- » [argyllcms] Re: Best (smallest) profiling patch set
- [argyllcms] Re: Best (smallest) profiling patch set
- From: Gerhard Fuernkranz
- [argyllcms] Re: Best (smallest) profiling patch set
- From: Graeme Gill
- [argyllcms] Re: Adobe BPC (maybe OT?)
- From: Roger Breton
- [argyllcms] Calculating profile from sensor spectral data?
- From: Per Baekgaard
- [argyllcms] Re: Calculating profile from sensor spectral data?
- From: Gerhard Fuernkranz