public class Bitmap extends Object
| 构造器和说明 |
|---|
Bitmap(BufferedImage image)
Create a image
|
Bitmap(byte[] data,
int width,
int height)
Create a image
|
public Bitmap(byte[] data,
int width,
int height)
data - pixels of the image where black is marked 0width - widthheight - heightpublic Bitmap(BufferedImage image)
image - source of pixelsCopyright © 2019. All rights reserved.