Class BmpWriterRgb
- java.lang.Object
-
- org.apache.commons.imaging.formats.bmp.BmpWriterRgb
-
-
Constructor Summary
Constructors Constructor Description BmpWriterRgb()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBitsPerPixel()
byte[]
getImageData(java.awt.image.BufferedImage src)
int
getPaletteSize()
void
writePalette(BinaryOutputStream bos)
-
-
-
Method Detail
-
getPaletteSize
public int getPaletteSize()
- Specified by:
getPaletteSize
in interfaceBmpWriter
-
getBitsPerPixel
public int getBitsPerPixel()
- Specified by:
getBitsPerPixel
in interfaceBmpWriter
-
writePalette
public void writePalette(BinaryOutputStream bos) throws java.io.IOException
- Specified by:
writePalette
in interfaceBmpWriter
- Throws:
java.io.IOException
-
getImageData
public byte[] getImageData(java.awt.image.BufferedImage src)
- Specified by:
getImageData
in interfaceBmpWriter
-
-