Rescale Image
Brief Description
Rescale the image between two given values.
Tags
Deprecated, Image Manipulation
Long Description
This application scales the given image pixel intensity between two given values.
By default min (resp. max) value is set to 0 (resp. 255).
Input minimum and maximum values is automatically computed for all image bands.
Parameters
Input Image (in): The image to scale.
Output Image (out): The rescaled image filename.
Available RAM (Mb) (ram): Available memory for processing (in MB)
Output min value (outmin): Minimum value of the output image.
Output max value (outmax): Maximum value of the output image.
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
Example of use
in: QB_Toulouse_Ortho_PAN.tif
out: rescaledImage.png uchar
outmin: 0
outmax: 255
otbcli_Rescale -in QB_Toulouse_Ortho_PAN.tif -out rescaledImage.png uchar -outmin 0 -outmax 255