.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. .TH OTBGUI_DYNAMICCONVERT "1" "January 2018" "otbgui_DynamicConvert 6.4.0" "User Commands" .SH NAME otbgui_DynamicConvert \- OTB DynamicConvert application .SH DESCRIPTION This is the Dynamic Conversion (DynamicConvert) application, version 6.4.0 .PP Change the pixel type and rescale the image's dynamic .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/DynamicConvert.html or \fB\-help\fR .PP Parameters: .PP \fB\-in\fR Input image (mandatory) .TP \fB\-out\fR [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is uint8) (mandatory) .TP \fB\-type\fR Rescale type [linear/log2] (mandatory, default value is linear) .TP \fB\-type\fR.linear.gamma Gamma correction factor (optional, on by default, default value is 1) .TP \fB\-mask\fR Input mask (optional, off by default) .TP \fB\-quantile\fR Histogram quantile cutting .TP \fB\-quantile\fR.high High cut quantile (optional, off by default, default value is 2) .TP \fB\-quantile\fR.low Low cut quantile (optional, off by default, default value is 2) .TP \fB\-channels\fR Channels selection [all/grayscale/rgb] (mandatory, default value is all) .TP \fB\-channels\fR.grayscale.channel Grayscale channel (mandatory, default value is 1) .TP \fB\-channels\fR.rgb.red Red Channel (mandatory) .TP \fB\-channels\fR.rgb.green Green Channel (mandatory) .TP \fB\-channels\fR.rgb.blue Blue Channel (mandatory) .TP \fB\-outmin\fR Output min value (optional, on by default, default value is 0) .TP \fB\-outmax\fR Output max value (optional, on by default, default value is 255) .TP \fB\-ram\fR Available RAM (Mb) (optional, off by default, default value is 128) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .TP \fB\-progress\fR Report progress .TP \fB\-help\fR Display long help (empty list), or help for given parameters keys .PP Use \fB\-help\fR param1 [... paramN] to see detailed documentation of those parameters. .SH EXAMPLES otbgui_DynamicConvert \-in QB_Toulouse_Ortho_XS.tif \-out otbConvertWithScalingOutput.png \-type linear \-channels rgb \-outmin 0 \-outmax 255