RawImage.WriteAsJp2 Method
Definition
Namespace: P1.ImageSdk
Writes the image as a jpeg 2000 file
public bool WriteAsJp2(string filename, IBitmapImage bitmap, Jp2Config config);
Parameters:
filename |
The full path of the file’s location |
bitmap |
The rendered bitmap returned by Convert() |
config |
The Jpeg 2000 metadata related configuation |
Returns:
True if succeeds