public class ImageConverter extends Object
| Constructor and Description |
|---|
ImageConverter() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
convertImage(Image original) |
static BufferedImage |
getImage(int[] pixels,
int width,
int height) |
static int[] |
getPixels(BufferedImage image) |
public static int[] getPixels(BufferedImage image)
public static BufferedImage getImage(int[] pixels, int width, int height)
public static BufferedImage convertImage(Image original)
Copyright © 2017. All rights reserved.