Class PixelParserSimple
java.lang.Object
org.apache.commons.imaging.formats.bmp.PixelParser
org.apache.commons.imaging.formats.bmp.PixelParserSimple
- Direct Known Subclasses:
PixelParserBitFields,PixelParserRgb
-
Field Summary
Fields inherited from class org.apache.commons.imaging.formats.bmp.PixelParser
bhi, colorTable, imageData, is -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intabstract voidnewline()voidprocessImage(ImageBuilder imageBuilder) Methods inherited from class org.apache.commons.imaging.formats.bmp.PixelParser
getColorTableRGB
-
Constructor Details
-
PixelParserSimple
PixelParserSimple(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-
-
Method Details
-
getNextRGB
- Throws:
ImageReadExceptionIOException
-
newline
- Throws:
ImageReadExceptionIOException
-
processImage
- Specified by:
processImagein classPixelParser- Throws:
ImageReadExceptionIOException
-