public final class BitmapCompression
extends com.aspose.ms.System.Enum
Specifies different bitmap compression methods.
Modifier and Type | Field and Description |
---|---|
static long |
AlphaBitfields
RGBA bit fields.
|
static long |
Bitfields
RGB bit fields.
|
static long |
Jpeg
JPEG compression.
|
static long |
Png
PNG compression.
|
static long |
Rgb
No compression.
|
static long |
Rle4
RLE 4-bit/pixel compression.
|
static long |
Rle8
RLE 8-bit/pixel 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 long Rgb
No compression.
public static final long Rle8
RLE 8-bit/pixel compression. Can be used only with 8-bit/pixel bitmaps.
public static final long Rle4
RLE 4-bit/pixel compression. Can be used only with 4-bit/pixel bitmaps.
public static final long Bitfields
RGB bit fields. Can be used only with 16 and 32-bit/pixel bitmaps.
public static final long Jpeg
JPEG compression. The bitmap contains a JPEG image.
public static final long Png
PNG compression. The bitmap contains a PNG image.
public static final long AlphaBitfields
RGBA bit fields. Can be used only with 16 and 32-bit/pixel bitmaps.