Interface BmpWriter

    • Method Detail

      • getPaletteSize

        int getPaletteSize()
      • getBitsPerPixel

        int getBitsPerPixel()
      • writePalette

        void writePalette​(BinaryOutputStream bos)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getImageData

        byte[] getImageData​(java.awt.image.BufferedImage src)