public class BmpParser extends Object
Constructor and Description |
---|
BmpParser() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkBMP(byte[] bf,
CachedImage image) |
static int[] |
getPixels(Image parImage,
int parWidth,
int parHeight) |
static Image |
loadbitmap(ByteArrayInputStream fs,
String name,
CachedImage item) |
public static boolean checkBMP(byte[] bf, CachedImage image)
public static Image loadbitmap(ByteArrayInputStream fs, String name, CachedImage item)
public static int[] getPixels(Image parImage, int parWidth, int parHeight)
Revision 4.0.15 / 20220727-0149