←Select platform

QualityFactor Property

Summary

Gets and sets the Quality Factor (QFactor) to use when saving Avif images.

Syntax

C#
Objective-C
C++/CLI
Java
Python
public int QualityFactor { get; set; } 
@property (nonatomic, assign) NSInteger qualityFactor; 
public int getQualityFactor() 
public void setQualityFactor(int value) 
public: 
property int QualityFactor { 
   int get(); 
   void set (    int ); 
} 
QualityFactor # get and set (CodecsAvifSaveOptions) 

Property Value

The Quality Factor to use when saving Avif images. The default value is 20.

Remarks

The valid range of values is 0 to 51, where 0 is the highest quality and 51 is the most compression.

For information on formats that support quality factor, refer to Compression Quality Factors.

Example

For an example, refer to CodecsAvifOptions.

Requirements

Target Platforms

See Also

CodecsAvifSaveOptions Class

CodecsAvifSaveOptions Members

AV1 File Format (AVIF)

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.