--- ray/doc/man/man1/pvalue.1 2004/10/01 07:45:30 1.5 +++ ray/doc/man/man1/pvalue.1 2007/09/04 17:36:40 1.6 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: pvalue.1,v 1.5 2004/10/01 07:45:30 greg Exp $" +.\" RCSid "$Id: pvalue.1,v 1.6 2007/09/04 17:36:40 greg Exp $" .TH PVALUE 1 1/15/99 RADIANCE .SH NAME pvalue - convert RADIANCE picture to/from alternate formats @@ -210,7 +210,7 @@ options determines whether the scanlines are sorted al x or along y. Most Radiance pictures are sorted top to bottom, then left to right. -This corresponds to a specification of the form "-y yres +x xres". +This corresponds to a specification of the form "\-y yres +x xres". Either an upper or lower case 'X' may be used for this option. Like the .I \-y @@ -220,14 +220,14 @@ options have no effect for forward conversions. .SH EXAMPLE To look at the original, unique pixels in picture: .IP "" .2i -pvalue -o -u picture | more +pvalue \-o \-u picture | more .PP To convert from a 512x400 8-bit greyscale image in bottom to top, left to right scanline ordering: .IP "" .2i -pvalue -r -db -b -h +y 400 +x 512 input.im > flipped.pic +pvalue \-r \-db \-b \-h +y 400 +x 512 input.im > flipped.pic .br -pflip -v flipped.pic > final.pic +pflip \-v flipped.pic > final.pic .SH AUTHOR Greg Ward .SH BUGS