Class BmpReader

java.lang.Object
com.drew.metadata.bmp.BmpReader

public class BmpReader extends Object
Author:
Drew Noakes https://drewnoakes.com, Nadahar
  • Field Details

    • BITMAP

      public static final int BITMAP
      "BM" - Windows or OS/2 bitmap
      See Also:
    • OS2_BITMAP_ARRAY

      public static final int OS2_BITMAP_ARRAY
      "BA" - OS/2 Bitmap array (multiple bitmaps)
      See Also:
    • OS2_ICON

      public static final int OS2_ICON
      "IC" - OS/2 Icon
      See Also:
    • OS2_COLOR_ICON

      public static final int OS2_COLOR_ICON
      "CI" - OS/2 Color icon
      See Also:
    • OS2_COLOR_POINTER

      public static final int OS2_COLOR_POINTER
      "CP" - OS/2 Color pointer
      See Also:
    • OS2_POINTER

      public static final int OS2_POINTER
      "PT" - OS/2 Pointer
      See Also:
  • Constructor Details

    • BmpReader

      public BmpReader()
  • Method Details