Click or drag to resize

JpegEncoder Constructor (Int32, Int32)

Initializes a new instance of a JpegEncoder specifying the quality and smoothing.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public JpegEncoder(
	int quality,
	int smoothing
)

Parameters

quality
Type: SystemInt32
The quality level.
smoothing
Type: SystemInt32
The smoothing level.
See Also