Interface ILossyEncoderOptions
Describes a lossy codec in terms of JPEG-normalized (0-100) quality.
Namespace: PhotoSauce.MagicScaler
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public interface ILossyEncoderOptions : IEncoderOptions
Properties
Quality
The desired image quality in the range of 0-100, where 1 is minimum quality and 100 is maximum quality. A value of 0 indicates quality should be set automatically.
Declaration
int Quality { get; }
Property Value
Type | Description |
---|---|
System.Int32 |