|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.fileformats.bmp.BitmapCompression
public final class BitmapCompression
Specifies different bitmap compression methods.
Field Summary | |
---|---|
static long |
Bitfields
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. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long Bitfields
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 Rgb
No compression.
public static final long Rle4
RLE 4-bit/pixel compression. Can be used only with 4-bit/pixel bitmaps.
public static final long Rle8
RLE 8-bit/pixel compression. Can be used only with 8-bit/pixel bitmaps.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |