Description
This property determines whether to apply a best-fit display range to the image after it is opened.
-
Property type
-
A Boolean value.
-
Syntax
-
object.BestFitMode [= value]
The BestFitMode Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | value | A Boolean value. | Remarks
This is a feature of stretching/trimming the histogram of pixels for an image to give the best possible display given the range of values. This is only be applied to high-precision (greater than 8/24-bpp) images. The extreme 1% values are clipped, providing more accuracy in the associated display LUT's for the data within valid ranges. Defaults to False, meaning it keeps the default display. Not applicable to images saved to file.
|