RawImage.WriteAsTiff Method

Definition

Namespace: P1.ImageSdk

Writes the image as a tiff file

public bool WriteAsTiff(string filename, IBitmapImage bitmap, TiffConfig config);

P1.ImageSdk.TiffConfig

Parameters:

filename

The full path of the file’s location

bitmap

The rendered bitmap returned by Convert()

config

The tiff metadata related configuation

Returns:

True if succeeds