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

File Contents

# Content
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)