--- ray/doc/man/man1/macbethcal.1 2004/01/01 19:31:45 1.3 +++ ray/doc/man/man1/macbethcal.1 2007/09/04 17:36:40 1.4 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: macbethcal.1,v 1.3 2004/01/01 19:31:45 greg Exp $" +.\" RCSid "$Id: macbethcal.1,v 1.4 2007/09/04 17:36:40 greg Exp $" .TH MACBETHCAL 1 1/16/97 RADIANCE .SH NAME macbethcal - compute color compensation based on measured Macbeth chart @@ -201,30 +201,30 @@ The chart sells for under $50 US at the time of this w To compute a calibration for a FunkyThing scanner and check the results: .IP "" .2i -ra_tiff -r mbscan.tif mbscan.pic +ra_tiff \-r mbscan.tif mbscan.pic .br -macbethcal -d debug.pic mbscan.pic FunkyThing.cal +macbethcal \-d debug.pic mbscan.pic FunkyThing.cal .br ximage debug.pic .PP To apply this computed calibration to another scanned image: .IP "" .2i -ra_tiff -r another.tif | pcomb -f FunkyThing.cal - > another_calib.pic +ra_tiff \-r another.tif | pcomb \-f FunkyThing.cal \- > another_calib.pic .PP To compute a calibration file for the BigWhiz film recorder, after taking measurements of a slide made from macbeth_spec.pic: .IP "" .2i -macbethcal -c macbeth_spec.xyY BigWhiz.cal +macbethcal \-c macbeth_spec.xyY BigWhiz.cal .PP To prepare a picture prior to output on the same film recorder: .IP "" .2i -pcomb -f BigWhiz.cal standard.pic > toprint.pic +pcomb \-f BigWhiz.cal standard.pic > toprint.pic .PP To use .I pcond(1) to also adjust the image for human response: .IP "" .2i -pcond -f BigWhiz.cal -h standard.pic > toprint.pic +pcond \-f BigWhiz.cal \-h standard.pic > toprint.pic .SH AUTHOR Greg Ward .br