1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
.TH CREATE "1" "September 2014" "printcal" "User Commands"
.SH NAME
Create \- Create printer calibration.
.SH DESCRIPTION
Create printer calibration
.SH SYNOPSIS
.B printcal
.RB [\-options]\ [prevcal]\ inoutfile
.TP
\fB\-v\fR verbosity
Verbose mode
.TP
\fB\-p\fR
Plot graphs.
.TP
\fB\-i\fR
Initial calibration, set targets, create .cal
.TP
\fB\-r\fR
Re\-calibrate against previous .cal and create new .cal
.TP
\fB\-e\fR
Verify against previous .cal
.TP
\fB\-I\fR
Create imitation target from .ti3 and null calibration
.TP
\fB\-d\fR
Go through the motions but don't write any files
.TP
\fB\-s\fR smoothing
Extra curve smoothing (default 1.0)
.HP
\fB\-A\fR manufacturer Set the manufacturer description string
.TP
\fB\-M\fR model
Set the model description string
.TP
\fB\-D\fR description
Set the profile Description string
.TP
\fB\-C\fR copyright
Set the copyright string
.TP
\fB\-x\fR# percent
Set initial maximum device % target (override auto)
.TP
\fB\-m\fR# percent
Set initial dev target to % of auto maximum
.TP
\fB\-n\fR# deltaE
Set initial white minimum deltaE target
.TP
\fB\-t\fR# percent
Set initial 50% transfer curve percentage target
.TP
# = c, r, 0
First channel
.TP
m, g, 1
Second channel
.TP
y, b, 2
Third channel
.TP
k,
3 Fourth channel, etc.
.TP
\fB\-a\fR
Create an Adobe Photoshop .AMP file as well as a .cal
.TP
prevcal
Base name of previous .cal file for recal or verify.
.TP
inoutname
Base name of input .ti3 file, output .cal file
|