ImageCompressionVersion

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ImageCompressionVersion extends System.Enum

Describes versions of image compression algorithm.

Fields

FieldDescription
StandardStandard algorithm.
FastImproved algorithm faster then standard but applicable not for all cases.
MixedUse fast algorithm when possible and standard for other cases.

Standard

public static final int Standard

Standard algorithm. Default value.

Fast

public static final int Fast

Improved algorithm faster then standard but applicable not for all cases.

Mixed

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.