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
Field | Description |
---|---|
Standard | Standard algorithm. |
Fast | Improved algorithm faster then standard but applicable not for all cases. |
Mixed | Use 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.