Scroll to navigation

OTBCLI_CONVERT(1) User Commands OTBCLI_CONVERT(1)

NAME

otbcli_Convert - OTB Convert application

DESCRIPTION

This is the Convert application, version 5.2.0 Convert an image to a different format, eventually rescaling the data and/or changing the pixel type.

Complete documentation: http://www.orfeo-toolbox.org/Applications/Convert.html

Parameters:

<boolean> Report progress


-in <string> Input image (mandatory)

<string> Rescale type [none/linear/log2] (mandatory, default value is none)
Gamma correction factor (optional, on by default, default value is 1)
<string> Input mask (optional, off by default)
<float> High Cut Quantile (optional, off by default, default value is 2)
<float> Low Cut Quantile (optional, off by default, default value is 2)


-out <string> [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)

<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbcli_Convert -in QB_Toulouse_Ortho_XS.tif -out otbConvertWithScalingOutput.png uint8 -type linear

SEE ALSO

The full documentation for otbcli_Convert is maintained as a Texinfo manual. If the info and otbcli_Convert programs are properly installed at your site, the command

info otbcli_Convert

should give you access to the complete manual.

December 2015 otbcli_Convert 5.2.0