Split Image
Brief Description
Split a N multiband image into N images.
Tags
Image Manipulation
Long Description
This application splits a N-bands image into N mono-band images. The output images filename will be generated from the output parameter. Thus, if the input image has 2 channels, and the user has set as output parameter, outimage.tif, the generated images will be outimage_0.tif and outimage_1.tif.
Parameters
Input Image (in): Input multiband image filename.
Output Image (out): The output filename will be used to get the prefix an the extension of the output written's image. For example with outimage.tif as output filename, the generated images will had an indice (corresponding at each bands) between the prefix and the extension, such as: outimage_0.tif and outimage_1.tif (if 2 bands).
Available RAM (Mb) (ram): Available memory for processing (in MB)
Load otb application from xml file (inxml): Load otb application from xml file
Save otb application to xml file (outxml): Save otb application to xml file
Limitations
None
Authors
OTB-Team
See also
ConcatenateImages
Example of use
in: VegetationIndex.hd
out: splitImage.tif
otbcli_SplitImage -in VegetationIndex.hd -out splitImage.tif