ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/pextrem.1
Revision: 1.2
Committed: Tue Dec 9 15:59:06 2003 UTC (20 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4R2, rad4R1, rad4R0, rad3R6, rad3R6P1, rad3R8, rad3R9, rad4R2P1, rad5R3
Changes since 1.1: +1 -1 lines
Log Message:
Fixed RCSid specification

File Contents

# Content
1 .\" RCSid "$Id$"
2 .TH PEXTREM 1 11/15/93 RADIANCE
3 .SH NAME
4 pextrem - find minimum and maximum values in RADIANCE picture
5 .SH SYNOPSIS
6 .B pextrem
7 [
8 .B \-o
9 ]
10 [
11 picture
12 ]
13 .SH DESCRIPTION
14 .I Pextrem
15 locates the minimum and maximum values for the input
16 .I picture,
17 and prints their pixel locations and color values.
18 The first line printed contains the x and y pixel location
19 (x measured from the left margin, y measured from the bottom),
20 followed by the red, green and blue values.
21 The second line printed contains the same information for the
22 maximum value.
23 .PP
24 The
25 .I \-o
26 option prints the original (radiance) values, undoing any exposure
27 or color correction done on the picture.
28 .PP
29 If no input
30 .I picture
31 is given, the standard input is read.
32 .SH AUTHOR
33 Greg Ward
34 .SH BUGS
35 The luminance value is used for comparison of pixels, although in
36 certain anomolous cases (ie. highly saturated colors) it is possible that
37 .I pextrem
38 will not pick the absolute minimum or maximum luminance value.
39 This is because a fast integer-space comparison is used.
40 A more reliable floating-point comparison would be slower by
41 an order of magnitude.
42 .SH "SEE ALSO"
43 falsecolor(1), getinfo(1), pcomb(1), pcompos(1), pextrem(1), pfilt(1),
44 pflip(1), protate(1), psign(1), rpict(1), ximage(1)