Class RdOptimizerSettings
- Namespace
- Aspose.Imaging.ImageOptions
- Assembly
- Aspose.Imaging.dll
RD optimizer settings class
public class RdOptimizerSettings
- Inheritance
-
RdOptimizerSettings
- Inherited Members
Constructors
RdOptimizerSettings()
public RdOptimizerSettings()
Properties
BppMax
Gets or sets the maximum R value for consideration in in bits per pixel
public double BppMax { get; set; }
Property Value
- double
The maximum R value for consideration in bits per pixel.
BppScale
Gets or sets the BPP (bits per pixel) scale factor.
public int BppScale { get; set; }
Property Value
- int
The BPP scale.
DiscretizedBppMax
Gets the maximum R value for consideration.
public int DiscretizedBppMax { get; }
Property Value
- int
The maximum R value for consideration.
MaxPixelValue
Gets the maximum pixel value.
public int MaxPixelValue { get; }
Property Value
- int
The maximum maximum pixel value.
MaxQ
Gets or sets the maximum quantization value.
public int MaxQ { get; set; }
Property Value
- int
The maximum quantization value.
MinQ
Gets the minimum allowed quantization value.
public int MinQ { get; }
Property Value
- int
The minimum minimum allowed quantization value.
PsnrMax
Gets the PSNR maximum expected value.
public int PsnrMax { get; }
Property Value
- int
The maximum maximum pixel value.
Methods
Create()
Creates this instance.
public static RdOptimizerSettings Create()
Returns
- RdOptimizerSettings
returns RDOptimizerSettings class instance