MAN page from RedHat Other XITE-3.3-3.i386.rpm
BIFFCONVERT
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
biffConvert - convert image between different pixel types
SYNTAX
biffConvert <inimage> <outimage> <pixeltype>
[<pixeltype>...]
DESCRIPTION
biffConvertreads the input image <inimage>, convertsevery band to specified pixel type, and writes outputimage to <outimage>. First pixel type specification isapplied to first band, second to second,.. If more bands,the last pixel type specification is applied to the restof the bands. Pixel types are specified by a pixel typenumber:
ub or 3 => convert to unsigned byte
sb or 4 => convert to signed byte
us or 5 => convert to unsigned short
ss or 6 => convert to signed short
i or 7 => convert to integer
r or 8 => convert to real
c or 9 => convert to complex
d or 10 => convert to double
dc or 11 => convert to double complex
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
EXAMPLES
# convert to real:
biffConvert mona.img monaReal.img 8
# convert to byte:
biffConvert spot.img spotByte.img 3
# convert 1st to byte, 2nd to integer, 3rd to real:
biffConvert spot.img spotBIR.img 3 7 8
# convert first band to byte and short:
biffConvert mona.img:1:1 monaBS.img 3 5
ID
$Id: biffConvert.c,v 1.37 1997/03/24 10:11:52 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- AUTHOR
- EXAMPLES
- ID
This document was created byman2html,using the manual pages.