Parameters:
Name |
Short Name |
Type |
Description |
Pixel values range |
range |
string |
"Full range", "Automatic bit depth", "1-bit", "8-bit", "10-bit", "12-bit", "14-bit", "16-bit", "Binary negate" |
Description:
Inverts image within the provided range. Thus values at the minimum of the range will have the maximum value of the range, and values at the maxium of the range will have the minimum value of the range. Values outside of the range set in the "Pixel values range" will have the respective range boundary values.
"Full range" : first the minimum and the maximum of the image series is determined, and these values used as inversion range
"Automatic bit depth" : first the minimum and the maximum of the image series is determined, and the closest bit-depth is used, that can produce these values.
"x-bit depth" : inversion is forced to use this bit depth. E.g. 0,1,0,0 inverted at 1-bit will be 1,0,1,1, and at 8-bit 255,254,255,255.
"Binary negate"; The result is the negated least significant bit of the pixel value.