ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/pflip.1
Revision: 1.3
Committed: Thu May 17 17:36:14 2012 UTC (12 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R2P1, rad5R3, HEAD
Changes since 1.2: +5 -1 lines
Log Message:
Permitted pflip to pipe from stdin for horizontal-only flip

File Contents

# User Rev Content
1 greg 1.3 .\" RCSid "$Id: pflip.1,v 1.2 2003/12/09 15:59:06 greg Exp $"
2 greg 1.1 .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 greg 1.3 .PP
35     If the
36     .I \-v
37     option is not specified, the input may be piped from stdin.
38 greg 1.1 .SH AUTHOR
39     Greg Ward
40     .SH "SEE ALSO"
41     getinfo(1), pcompos(1), pfilt(1), protate(1), psign(1), rpict(1)