IMcStreamBestFitMode Property
|
|
This property determines whether to apply a best-fit display range to the image after it
is opened.
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxProperty BestFitMode As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksThis 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.
See Also