PNGQFactor property (ILEADOptimizeOptions)

Visual Basic example

Visual C++ example

 

Syntax

long PNGQFactor;

Overview

Refer to Image Optimization.

Remarks

Gets or sets the value that represents the quality factor to be used in the image optimization operation.

The PNGQFactor can be a value between 0 and 9 where

0 = (default compression),
1 (fastest compression)
.
.
.
9 (highest compression ratio). 

This value is used only if the original image format is FILE_PNG.

The Default value is 9.

See Also

Elements:

JPEGQFactor property, JPEGColorSpace property, Percent property, Distance property, PickSamePalette property, DefaultOptions method, OptimizeBuffer method, OptimizeDir method.

Topics:

Optimizer: Optimization Methods