public final class ImageCompressionVersion
extends com.aspose.ms.System.Enum
Describes versions of image compression algorithm.
Modifier and Type | Field and Description |
---|---|
static int |
Fast
Improved algorithm faster then standard but applicable not for all cases.
|
static int |
Mixed
Use fast algorithm when possible and standard for other cases.
|
static int |
Standard
Standard algorithm.
|
public static final int Standard
Standard algorithm. Default value.
public static final int Fast
Improved algorithm faster then standard but applicable not for all cases.
public static final int Mixed
Use fast algorithm when possible and standard for other cases. May be slower then "Fast" but may produce better compression.