Click or drag to resize

JpegEncoderSmoothing Property

Gets or sets the smoothing level when saving a Jpeg image.

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 int Smoothing { get; set; }

Property Value

Type: Int32
The smoothing level when saving a Jpeg image.
Remarks
Valid values are 0 to 100 with a default of 0. Increasing the smoothing value will tend to create smaller Jpeg files, however the image is blurred while saving.
See Also