Convert an image to a different format, eventually rescaling the data and/or changing the pixel type.
Tags
Conversion,Image Dynamic,Image Manipulation
Long Description
This application performs an image pixel type conversion (short, ushort, 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 using the image 2 percent minimum and maximum values. The rescale can be linear or log2.
[param] -mask <string> The masked pixels won't be used to adapt the dynamic (the mask must have the same dimensions as the input image). Mandatory: False. Default Value: ""
[param] -hcp <string> Parameters to cut the histogram edges before rescaling. Mandatory: True. Default Value: "0"