MAN page from Mandrake Other XITE-3.3-3.i386.rpm
BIFF2RAW
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
biff2raw - write part of an image as raw, binary data
SYNTAX
biff2raw [<option>...] <inimage> <outfile>
biff2raw [<option>...] -o <outfile> <inimage>
DESCRIPTION
Writes all pixel values in all bands of
inimageto
outfile.Use
-for
outfileto write to stdout.Accepts all pixel types. The image is written insamples-lines-bands order.
OPTIONS
- -o file
- Send dump to file.This option is retained for backwardscompatibility.
- -pgm
- Start with a pgm header. This option is obsolete. Usebiff2pnminstead.
- -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.
If start, stop as well as size options are given, andinconsistently, the stop option is ignored. The givensizes are clipped against the band.
SEE ALSO
raw2biff(1)
RESTRICTIONS
Writing (
biff2raw)and reading (
raw2biff)on hostswith different byte order will only work for byte images.Use option
-swapfor
raw2biffto change the byte order.
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
ID
$Id: biff2raw.c,v 1.32 1997/03/18 11:54:10 svein Exp $
EXAMPLES
biff2raw -o mona.raw mona.img
biff2raw -xstart 10 -ystart 45 -xstop 20 -ystop 70 \
mona.img
Index
- NAME
- SYNTAX
- DESCRIPTION
- OPTIONS
- SEE ALSO
- RESTRICTIONS
- AUTHOR
- ID
- EXAMPLES
This document was created byman2html,using the manual pages.