ConvertConfig.ApplyTo Method

Definition

Namespace: P1.ImageSdk

Trigger processing of the applied options on the raw-image and return a new image as an RGB bitmap

public IBitmapImage ApplyTo(
    RawImage image,
    ref BitmapImage maskImage,
    Func<UInt32, byte[]> allocFunction = null
    );

Parameters:

image

The source image to apply the configured decoding to

maskImage

Output exposure masking image

allocFunction

An optional memory allocator function

Returns: