| 5 |
|
.SH SYNOPSIS |
| 6 |
|
.B macbethcal |
| 7 |
|
[ |
| 8 |
< |
.B "\-d debug.pic" |
| 8 |
> |
.B "\-d debug.hdr" |
| 9 |
|
][ |
| 10 |
|
.B "\-p xul yul xur yur xll yll xlr ylr" |
| 11 |
|
] |
| 12 |
< |
.B scannedin.pic |
| 12 |
> |
.B scannedin.hdr |
| 13 |
|
[ |
| 14 |
|
.B calibout.cal |
| 15 |
|
] |
| 17 |
|
.B macbethcal |
| 18 |
|
.B \-c |
| 19 |
|
[ |
| 20 |
< |
.B "\-d debug.pic" |
| 20 |
> |
.B "\-d debug.hdr" |
| 21 |
|
] |
| 22 |
|
[ |
| 23 |
|
.B measured.xyY |
| 82 |
|
Computing a mapping from measured colors is usually more convenient |
| 83 |
|
when calibrating a particular output device. |
| 84 |
|
This is accomplished by printing the picture |
| 85 |
< |
.I macbeth_spec.pic |
| 85 |
> |
.I macbeth_spec.hdr |
| 86 |
|
(which may be found in the standard RADIANCE library directory in |
| 87 |
|
the lib subdirectory) and measuring the output with a chroma meter |
| 88 |
|
or spectrophotometer. |
| 201 |
|
To compute a calibration for a FunkyThing scanner and check the |
| 202 |
|
results: |
| 203 |
|
.IP "" .2i |
| 204 |
< |
ra_tiff \-r mbscan.tif mbscan.pic |
| 204 |
> |
ra_tiff \-r mbscan.tif mbscan.hdr |
| 205 |
|
.br |
| 206 |
< |
macbethcal \-d debug.pic mbscan.pic FunkyThing.cal |
| 206 |
> |
macbethcal \-d debug.hdr mbscan.hdr FunkyThing.cal |
| 207 |
|
.br |
| 208 |
< |
ximage debug.pic |
| 208 |
> |
ximage debug.hdr |
| 209 |
|
.PP |
| 210 |
|
To apply this computed calibration to another scanned image: |
| 211 |
|
.IP "" .2i |
| 212 |
< |
ra_tiff \-r another.tif | pcomb \-f FunkyThing.cal \- > another_calib.pic |
| 212 |
> |
ra_tiff \-r another.tif | pcomb \-f FunkyThing.cal \- > another_calib.hdr |
| 213 |
|
.PP |
| 214 |
|
To compute a calibration file for the BigWhiz film recorder, after |
| 215 |
< |
taking measurements of a slide made from macbeth_spec.pic: |
| 215 |
> |
taking measurements of a slide made from macbeth_spec.hdr: |
| 216 |
|
.IP "" .2i |
| 217 |
|
macbethcal \-c macbeth_spec.xyY BigWhiz.cal |
| 218 |
|
.PP |
| 219 |
|
To prepare a picture prior to output on the same film recorder: |
| 220 |
|
.IP "" .2i |
| 221 |
< |
pcomb \-f BigWhiz.cal standard.pic > toprint.pic |
| 221 |
> |
pcomb \-f BigWhiz.cal standard.hdr > toprint.hdr |
| 222 |
|
.PP |
| 223 |
|
To use |
| 224 |
|
.I pcond(1) |
| 225 |
|
to also adjust the image for human response: |
| 226 |
|
.IP "" .2i |
| 227 |
< |
pcond \-f BigWhiz.cal \-h standard.pic > toprint.pic |
| 227 |
> |
pcond \-f BigWhiz.cal \-h standard.hdr > toprint.hdr |
| 228 |
|
.SH AUTHOR |
| 229 |
|
Greg Ward |
| 230 |
|
.br |