Image Conversion

Brief Description

Convert an image to a different format, optionally rescaling the data and/or changing the pixel type.

Tags

Deprecated, Image Manipulation, Conversion, Image Dynamic

Long Description

This application performs an image pixel type conversion (short, ushort, uchar, int, uint, float and double types are handled). The output image is written in the specified format (ie. that corresponds to the given extension).
The conversion can include a rescale of the data range, by default it's set from 2% to 98% of the data values. The rescale can be linear or log2.
The choice of the output channels can be done with the extended filename, but less easy to handle. To do this, a 'channels' parameter allows you to select the desired bands at the output. There are 3 modes, the available choices are:
* grayscale : to display mono image as standard color image
* rgb : select 3 bands in the input image (multi-bands)
* all : keep all bands.

Parameters

Limitations

None

Authors

OTB-Team

See also

Rescale

Example of use