mcImportPropertiesFlags Enumeration |
![]() |
Namespace: MediaCy.IQL.Engine
Public Enumeration mcImportPropertiesFlags
Member name | Value | Description | |
---|---|---|---|
mcipfImage | 4096 | Import standard McImage properties(and standard McFrame properties if the mcipfFrameProperties flag is set). | |
mcipfUserProperties | 8192 | Import McImage.Properties in namespaces not starting with _.(and McFrame.Properties if the mcipfFrameProperties flag is set). | |
mcipfLookupTables | 16384 | Import McImage.LookupTables. | |
mcipfPseudoColor | 32768 | Import McPseudoColor. | |
mcipfSpatialCalibration | 65536 | Import McImage.SpatialCalibration. | |
mcipfIntensityCalibration | 131072 | Import McImage.IntensityCalibration. | |
mcipfColorMap | 262144 | ||
mcipfApplyMonoColorToRGB | 524288 | If the source is monochrome and the destination is RGB or BGR,then apply any Tint or pseudocolor to the destinatin image before any other importing. | |
mcipfNoEvent | 8388608 | Suppress the BeforeImportProperties and AfterImportProperties events. | |
mcipfBWBestFit | 16777216 | Set a best fit display range when importing lookup tables. | |
mcipfBWTrueRange | 33554432 | ||
mcipfFrameProperties | 67108864 | Import properties of associated frames | |
mcipfAoiAppearance | 134217728 | Import Aoi appearance during a copy or convert. | |
mcipfAll | 201846784 | Import all properties andattributes, but do not suppress events, do not set display range & do not apply the luts. | |
mcipfAllExceptSpatial | 201781248 | Import all properties not spatially related. Useful if the image is resized. | |
mcipfAllExceptIntensity | 201682944 | ||
mcipfDefault | 67121152 | Import standard image and user properties only.Standard and user properties of associated frames will be imported as well. This default is appropriate if the image is related to the original image, but not closely related. | |
mcipfNone | 0 | Suppress importing any properties. Will still fire event unless mcipfNoEvent is also specified, in case someone handling events wants to copy some properties. | |
mcipfMask | 268431360 | All existing flags combined together. |
![]() |
---|
These can be combined with mcImageCreateFlags in image creation methods. |