RawImage.WriteAsJpeg Method

Definition

Namespace: P1.ImageSdk

Writes the image as a jpeg file

public bool WriteAsJpeg(string filename, IBitmapImage bitmap, JpegConfig config);

P1.ImageSdk.JpegConfig

Parameters:

filename

The full path of the file’s location

bitmap

The rendered bitmap returned by Convert()

config

The jpeg metadata related configuation

Returns:

True if succeeds