MAN page from RedHat Other XITE-3.3-3.i386.rpm
BIFF2ASCII
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
biff2ascii - dump part of an image in ascii format
SYNTAX
biff2ascii [<options>...] <inimage> <outfile>
biff2ascii [<options>...] -o <outfile> <inimage>
DESCRIPTION
Writes pixel values in the specified
inimageto
outfilein ascii format. Use
-for
outfileto writeto stdout. Specify "filename:n" as input image to dumpband n only.
OPTIONS
- -o file
- Send output to file.This option is retained for backwardscompatibility.
- -xstart xstart
- Start dump at xstart.Default 1.
- -ystart ystart
- Start dump at ystart.Default 1.
- -xstop xstop
- Stop dump at xstop.Default xsize.
- -ystop ystop
- Stop dump at ystop.Default ysize.
- -xsize xsize
- Horizontal window size.
- -ysize ysize
- Vertical window size.
- -co
- Add coordinate system.
If start,stopas well as size options are given, andinconsistently, the stopoption is ignored. The givensizes are clipped against the band.
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
REVISED
Otto Milvang: Added all pixeltypes,Svein Bøe: Cleaned up.
ID
$Id: biff2ascii.c,v 1.28 1997/03/18 11:57:48 svein Exp $
EXAMPLES
biff2ascii -o mona.txt mona.img
biff2ascii -co -xsize 10 -ysize 20 mona.img
Index
- NAME
- SYNTAX
- DESCRIPTION
- OPTIONS
- AUTHOR
- REVISED
- ID
- EXAMPLES
This document was created byman2html,using the manual pages.