</head><body><h1>Rescale</h1><h2>Brief Description</h2>Rescale the image between two given values.<h2>Tags</h2>Image Manipulation<h2>Long Description</h2>This application scales the given image pixel intensity between two given values. By default min (resp. max) value is set to 0 (resp. 255).<h2>Parameters</h2><ul><li><b>[param] -in</b><string> The image to scale.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b><string> The rescaled image filename.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b><int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -outmin</b><float> Minimum value of the output image.. Mandatory: False. Default Value: "0"</li><li><b>[param] -outmax</b><float> Maximum value of the output image.. Mandatory: False. Default Value: "255"</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2><h2>Example of use</h2><ul><li><pstyle=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: QB_Toulouse_Ortho_PAN.tif</p></li><li><pstyle=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: rescaledImage.png uchar</p></li><li><pstyle=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">outmin: 0</p></li><li><pstyle=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">outmax: 255</p></li></ul></body></html>