File: invert_raw_image.man1

package info (click to toggle)
minc 2.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,160 kB
  • sloc: ansic: 82,507; sh: 10,666; yacc: 1,187; perl: 612; makefile: 586; lex: 319
file content (21 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.\"                                      Hey, EMACS: -*- nroff -*-
.TH INVERT_RAW_IMAGE 1
.SH NAME
invert_raw_image \- invert 2D image along either or both axes
.SH SYNOPSIS
.B invert_raw_image
.BI xsize
.BI xsize
.BI [bytesperpixel]
.SH DESCRIPTION
.B invert_raw_image
reads an image from standard input and copies it to standard
output, inverting along either or both dimensions according 
to the arguments.

The parameter 
.BI xsize
specifies the number of pixels in the x-direction.  Use a negative
number to flip the image along this axis.  Ditto for 
.BI ysize.
The number of bytes per pixel defaults to 1 if not specified.