Class RdOptimizerSettings
Class RdOptimizerSettings
Namespace: Aspose.Imaging.ImageOptions
Assembly: Aspose.Imaging.dll (25.4.0)
RD optimizer settings class
public class RdOptimizerSettings
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
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
BppScale
Gets or sets the BPP (bits per pixel) scale factor.
public int BppScale { get; set; }
Property Value
DiscretizedBppMax
Gets the maximum R value for consideration.
public int DiscretizedBppMax { get; }
Property Value
MaxPixelValue
Gets the maximum pixel value.
public int MaxPixelValue { get; }
Property Value
MaxQ
Gets or sets the maximum quantization value.
public int MaxQ { get; set; }
Property Value
MinQ
Gets the minimum allowed quantization value.
public int MinQ { get; }
Property Value
PsnrMax
Gets the PSNR maximum expected value.
public int PsnrMax { get; }
Property Value
Methods
Create()
Creates this instance.
public static RdOptimizerSettings Create()
Returns
returns RDOptimizerSettings class instance