IMcHighDynamicRangeImageCreateImage Method
|
|
Creates a High Dynamic Range image.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxFunction CreateImage (
Optional eHDRMethod As mceHDRMethod = mceHDRMethod.mchdrGlobalToneMapping,
<OptionalAttribute> vSourceImg As Object,
Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault
) As McImage
Parameters
- eHDRMethod (Optional)
- Type: MediaCy.IQL.OperationsmceHDRMethod
tone mapping method - vSourceImg (Optional)
- Type: SystemObject
optional source image - Flags (Optional)
- Type: MediaCy.IQL.EnginemcImageCreateFlags
image creation flags
Return Value
Type:
McImage
RemarksThe result image can be a floating point type with number of channels corresponded to the original image if eHDRMethod is mchdrtmNone or image of original type in other cases.
See Also