biffmerge

[ XITE Reference Manual | XITE home ]

Name

biffmerge - merge several images into one image

Syntax

 biffmerge <input1> [<input2> .... <inputn>] <output>

Description

The program is used to combine bands from several images into a new image. It can also be used to turn around the band sequence of an image, or to select some of the bands in an image.

Along with each input image file name you may specify one or several band ranges. A band range is either a band number, or a band number followed by a "-" followed by another band number. The last type means all bands between and including the two band numbers. Band ranges are separated with a ":", and there may be no white space between the band ranges, or between the file name and the first band range.

Author

Tor Lønnestad, BLAB, ifi, UiO

Examples

 biffmerge lenna.img mona.img girls.img
 biffmerge rgb.img:2 g.img
 biffmerge rgb.img:3-1 bgr.img
 biffmerge r.img:1:1:1 rrr.img
 biffmerge lenna.img rgb.img:1:3-1:2:2:1 chaos.img

Id

$Id: biffmerge.c,v 1.26 1996/11/12 13:15:32 svein Exp $ $Revision: 1.26 $