Interface BmpWriter
-
- All Known Implementing Classes:
BmpWriterPalette
,BmpWriterRgb
interface BmpWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBitsPerPixel()
byte[]
getImageData(java.awt.image.BufferedImage src)
int
getPaletteSize()
void
writePalette(BinaryOutputStream bos)
-
-
-
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)
-
-