Packages

 

com.aspose.imaging.fileformats.bmp

Class BitmapCoreHeader

  • Direct Known Subclasses:
    BitmapInfoHeader


    public abstract class BitmapCoreHeader
    extends Object

    Dimensions and color format of DIB. Header name BITMAPCOREHEADER aka OS21XBITMAPHEADER.

    • Field Detail

      • BITMAP_CORE_HEADER_SIZE

        public static final int BITMAP_CORE_HEADER_SIZE

        The BITMAPCOREHEADER aka OS21XBITMAPHEADER header size

        See Also:
        Constant Field Values
      • OS_22_X_BITMAP_HEADER_SIZE

        public static final int OS_22_X_BITMAP_HEADER_SIZE

        The bitmap core header2 size

        See Also:
        Constant Field Values
      • OS_22_X_BITMAP_HEADER_FULL_SIZE

        public static final int OS_22_X_BITMAP_HEADER_FULL_SIZE

        The bitmap core header2 size

        See Also:
        Constant Field Values
      • BITMAP_INFO_HEADER_SIZE

        public static final int BITMAP_INFO_HEADER_SIZE

        The bitmap information header size v3

        See Also:
        Constant Field Values
      • BITMAP_INFO_HEADER_SIZE_V_2

        public static final int BITMAP_INFO_HEADER_SIZE_V_2

        The bitmap information header size v2

        See Also:
        Constant Field Values
      • BITMAP_INFO_HEADER_SIZE_V_3

        public static final int BITMAP_INFO_HEADER_SIZE_V_3

        The bitmap information header size v3

        See Also:
        Constant Field Values
      • BITMAP_INFO_HEADER_SIZE_V_4

        public static final int BITMAP_INFO_HEADER_SIZE_V_4

        The bitmap information header size v4

        See Also:
        Constant Field Values
      • BITMAP_INFO_HEADER_SIZE_V_5

        public static final int BITMAP_INFO_HEADER_SIZE_V_5

        The bitmap information header size v5

        See Also:
        Constant Field Values
    • Constructor Detail

      • BitmapCoreHeader

        public BitmapCoreHeader()
    • Method Detail

      • getHeaderSize

        public long getHeaderSize()

        Gets or sets size of this structure in bytes.

      • setHeaderSize

        public void setHeaderSize(long value)

        Gets or sets size of this structure in bytes.

      • getBitmapWidth

        public int getBitmapWidth()

        Gets or sets bitmap width.

      • setBitmapWidth

        public void setBitmapWidth(int value)

        Gets or sets bitmap width.

      • getBitmapHeight

        public int getBitmapHeight()

        Gets or sets bitmap height.

      • setBitmapHeight

        public void setBitmapHeight(int value)

        Gets or sets bitmap height.

      • getBitmapPlanes

        public int getBitmapPlanes()

        Gets or sets number of planes.

      • setBitmapPlanes

        public void setBitmapPlanes(int value)

        Gets or sets number of planes.

      • getBitsPerPixel

        public int getBitsPerPixel()

        Gets or sets bits per pixel count.

      • setBitsPerPixel

        public void setBitsPerPixel(int value)

        Gets or sets bits per pixel count.