 | IBitmapImageSaveJpeg Method (Stream, Int32) |
Saves image as Jpeg.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxvoid 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