Click or drag to resize

IBitmapImageSaveJpeg Method (Stream, Int32)

Saves image as Jpeg.

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

Parameters

stream
Type: System.IOStream
Stream to save image to.
qualityPc
Type: SystemInt32
Quality expressed as percentage 1..100.
See Also