RawImage.WriteAsPgm Method

Definition

Namespace: P1.ImageSdk

Writes the image as a greyscale pgm file

public bool WriteAsPgm(string filename, IBitmapImage bitmap);

Parameters:

filename

The full path of the file’s location

bitmap

The rendered bitmap returned by Convert()

Returns:

True if succeeds