ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/pflip.1
Revision: 1.1
Committed: Tue Mar 11 19:20:21 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Log Message:
Added documentation to repository

File Contents

# User Rev Content
1 greg 1.1 .\" RCSid "$Id"
2     .TH PFLIP 1 11/15/93 RADIANCE
3     .SH NAME
4     pflip - flip a RADIANCE picture.
5     .SH SYNOPSIS
6     .B pflip
7     [
8     .B \-h
9     ][
10     .B \-v
11     ][
12     .B \-c
13     ]
14     .B input
15     [
16     .B output
17     ]
18     .SH DESCRIPTION
19     .I Pflip
20     flips a RADIANCE picture horizontally and/or vertically.
21     The
22     .I \-h
23     option results in a horizontal exchange,
24     and the
25     .I \-v
26     option results in a vertical exchange.
27     Both options may be applied.
28     .PP
29     The
30     .I \-c
31     option indicates that the action is to correct an improper original
32     image orientation, thus the recorded scanline ordering should not
33     be changed.
34     .SH AUTHOR
35     Greg Ward
36     .SH "SEE ALSO"
37     getinfo(1), pcompos(1), pfilt(1), protate(1), psign(1), rpict(1)