Image Conversion Application

Brief Description

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

Tags

Conversion, Image Dynamic

Long Description

This application performs an image pixel type conversion (short, ushort, char, 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 convertion can include a rescale usiong the image 2% minimum and maximum values. The rescale can be linear or log2.

Parameters

Limitations

None

Authors

OTB-Team

See also

Rescale application

Example of use