public class BitmapRGB32BPP extends AbstractBitmapRGB
ARGB bitmap with 8 bits per color (32 bits per sample).
_samples
_descriptor
Constructor and Description |
---|
BitmapRGB32BPP(BitmapDescriptor pDescriptor) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
createImageRGB()
Create an RGB image rendition of this bitmap.
|
(package private) void |
read(AbstractDecoder pDec)
According to Microsoft, the topmost byte simply is not used, but I found
the fourth byte seems to be the alpha channel.
|
getColorCount, getDescriptor, getHeight, getWidth, setDescriptor, toString
public BitmapRGB32BPP(BitmapDescriptor pDescriptor)
pDescriptor
- The image descriptor.void read(AbstractDecoder pDec) throws IOException
read
in class AbstractBitmap
pDec
- The decoder.IOException
public BufferedImage createImageRGB()
AbstractBitmap
createImageRGB
in class AbstractBitmap
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)