BitmapCompression Enumeration

Specifies different bitmap compression methods.

Module: aspose.psd.fileformats.bmp

Full Name: aspose.psd.fileformats.bmp.BitmapCompression

Aspose.PSD Version: 24.4.0

Members

Member nameDescription
ALPHA_BITFIELDSRGBA bit fields. Can be used only with 16 and 32-bit/pixel bitmaps.
BITFIELDSRGB bit fields. Can be used only with 16 and 32-bit/pixel bitmaps.
DXT1DXT1 compression. The bitmap contains a texture.
JPEGJPEG compression. The bitmap contains a JPEG image.
PNGPNG compression. The bitmap contains a PNG image.
RGBNo compression.
RLE4RLE 4-bit/pixel compression. Can be used only with 4-bit/pixel bitmaps.
RLE8RLE 8-bit/pixel compression. Can be used only with 8-bit/pixel bitmaps.