com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class BmpHeaderPackage

    • Method Detail

      • getHeaderSize

        public final long getHeaderSize()

        Gets the size of the header in bytes.

        Returns:
        The size of the header in bytes.
      • getBitsPerPixel

        public final int getBitsPerPixel()

        Gets the bits per pixel value.

        Returns:
        The bits per pixel value.
      • getImageSize

        public final long getImageSize()

        Gets the bitmap raw data size in bytes.

        Returns:
        The bitmap raw data size in bytes.
      • getPlanes

        public final int getPlanes()

        Gets the number of planes.

        Returns:
        The number of planes.
      • getColorsImportant

        public final long getColorsImportant()

        Gets the number of important palette colors.

        Returns:
        The number of important palette colors.