Click or drag to resize

IBitmapImageSaveJpeg Method (String, Int32)

Saves image as Jpeg.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
void SaveJpeg(
	string filePath,
	int qualityPc
)

Parameters

filePath
Type: SystemString
File path to save image to.
qualityPc
Type: SystemInt32
Quality expressed as percentage 1..100.
See Also