IMcStreamHasDynamicRange Method
|
|
Read-Only property used to indicate whether dynamic ranges are present in the image
file.
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxFunction HasDynamicRange As Boolean
Return Value
Type:
BooleanVARIANT_BOOL
RemarksThese indicators are stored in some file formats (such as TIFF) to
allow software to better construct display attributes. If the data
type of the image is 16-bit (valid pixel values of 0-65535), but the only
data that is important is between pixel values 1001 and 2000, then these values
would be used to construct the display table so that important data is displayed
properly.
See Also