Class BmpImageData


public class BmpImageData extends RawImageData
  • Constructor Details

    • BmpImageData

      protected BmpImageData (URL url, boolean noHeader)
      Creates instance of BmpImageData
      Parameters:
      url - url of the image
      noHeader - indicates that the source image does not have a header
    • BmpImageData

      protected BmpImageData (byte[] bytes, boolean noHeader)
      Creates instance of BmpImageData
      Parameters:
      bytes - contents of the image
      noHeader - indicates that the source image does not have a header
  • Method Details

    • isNoHeader

      public boolean isNoHeader()
      Returns:
      True if the bitmap image does not contain a header