ImagePixelFormat

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ImagePixelFormat extends System.Enum

Specifies the pixel format for the generated images.

Fields

FieldDescription
Format1bppIndexed1 bits per pixel, indexed.
Format4bppIndexed4 bits per pixel, indexed.
Format8bppIndexed8 bits per pixel, indexed.
Format24bppRgb24 bits per pixel, RGB.
Format32bppArgb32 bits per pixel, ARGB.

Format1bppIndexed

public static final int Format1bppIndexed

1 bits per pixel, indexed.

Format4bppIndexed

public static final int Format4bppIndexed

4 bits per pixel, indexed.

Format8bppIndexed

public static final int Format8bppIndexed

8 bits per pixel, indexed.

Format24bppRgb

public static final int Format24bppRgb

24 bits per pixel, RGB.

Format32bppArgb

public static final int Format32bppArgb

32 bits per pixel, ARGB.