--- ray/doc/man/man1/rcode_depth.1 2019/07/20 02:07:23 1.1 +++ ray/doc/man/man1/rcode_depth.1 2022/03/15 04:41:45 1.5 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: rcode_depth.1,v 1.1 2019/07/20 02:07:23 greg Exp $" +.\" RCSid "$Id: rcode_depth.1,v 1.5 2022/03/15 04:41:45 greg Exp $" .TH RCODE_DEPTH 1 7/19/2019 RADIANCE .SH NAME rcode_depth - encode/decode 16-bit depth map @@ -12,6 +12,8 @@ rcode_depth - encode/decode 16-bit depth map .B \-H[io] ][ .B \-f[afd] +][ +.B "-x xr -y yr" ] [ input @@ -77,6 +79,12 @@ option says not to expect an image resolution string o option says not to produce one on output, and .I \-H applies both. +The +.I \-x +and +.I \-y +options give the horizontal and vertical map dimensions, respectively. +If provided, then an input resolution string will not be expected. .PP The default input format is ASCII (user-readable) real values, corresponding to the @@ -118,7 +126,7 @@ where x is measured from 0 on the left and y from 0 at in the standard orientation. Note that .I \-i -implies that an encoded normal file is explicitly given on the command +requires that an encoded depth file name be given on the command line, since the pixel coordinates are read from the standard input. Also, the .I \-H @@ -140,4 +148,5 @@ ximage -op render.hdr | rcode_depth -i -p first.dpt .SH AUTHOR Greg Ward .SH "SEE ALSO" -rcalc(1), rcode_ident(1), rcode_norm(1), rlam(1), rsplit(1), rtpict(1) +rcalc(1), rcode_ident(1), rcode_norm(1), rcode2bmp(1), +rcrop(1), rlam(1), rsplit(1), rtpict(1)