public class ImageChipUtils extends Object
| Constructor and Description |
|---|
ImageChipUtils() |
| Modifier and Type | Method and Description |
|---|---|
static ImageChip |
fromDataIdAndValue(byte[] dataId,
byte[] value) |
static byte[] |
getDataId(String mission,
String trackId,
long timeMillis) |
static BufferedImage |
getImage(Image img,
int targetPixelSize,
int type) |
static BufferedImage |
getScaledImageOfType(Image img,
int width,
int height,
int type) |
static byte[] |
getTrackDataIdPrefix(String mission,
String trackId) |
static BufferedImage |
toBufferedImage(Image image,
int type) |
public static BufferedImage getImage(Image img, int targetPixelSize, int type)
public static BufferedImage getScaledImageOfType(Image img, int width, int height, int type)
public static BufferedImage toBufferedImage(Image image, int type)
public static ImageChip fromDataIdAndValue(byte[] dataId, byte[] value)
Copyright © 2013–2019. All rights reserved.