public final class JpegCompressionMode
extends com.aspose.ms.System.Enum
Compression mode for jpeg images.
Modifier and Type | Field and Description |
---|---|
static int |
Baseline
The baseline compression.
|
static int |
JpegLs
The JPEG-LS compression.
|
static int |
Lossless
The lossless compression.
|
static int |
Progressive
The progressive compression.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Baseline
The baseline compression.
public static final int Progressive
The progressive compression.
public static final int Lossless
The lossless compression.
public static final int JpegLs
The JPEG-LS compression.