RawImage.WriteAsJpeg Method

Definition

Namespace: P1.ImageSdk

Writes the image as a jpeg file with customized metadata

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

P1.ImageSdk.JpegConfig

Parameters:

filename

The full path of the file’s location

bitmap

The rendered bitmap returned by Convert()

db

Database for meta data

config

The jpeg metadata related configuation

Returns:

True if succeeds