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 intgetBitsPerPixel()byte[]getImageData(java.awt.image.BufferedImage src)intgetPaletteSize()voidwritePalette(AbstractBinaryOutputStream bos)
-
-
-
Method Detail
-
getBitsPerPixel
public int getBitsPerPixel()
- Specified by:
getBitsPerPixelin interfaceBmpWriter
-
getImageData
public byte[] getImageData(java.awt.image.BufferedImage src)
- Specified by:
getImageDatain interfaceBmpWriter
-
getPaletteSize
public int getPaletteSize()
- Specified by:
getPaletteSizein interfaceBmpWriter
-
writePalette
public void writePalette(AbstractBinaryOutputStream bos) throws java.io.IOException
- Specified by:
writePalettein interfaceBmpWriter- Throws:
java.io.IOException
-
-