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);
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