public final class BufferedImageUtils extends Object
| 构造器和说明 |
|---|
BufferedImageUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
getBufferByteArray(BufferedImage image,
String format) |
static BufferedImage |
getLocalBufferedImage(File res) |
static BufferedImage |
getUrlBufferedImage(String urlPath) |
static BufferedImage |
newBufferImage(int width,
int height) |
static BufferedImage |
readBufferedImage(byte[] image) |
public static byte[] getBufferByteArray(BufferedImage image, String format)
public static BufferedImage getUrlBufferedImage(String urlPath)
public static BufferedImage getLocalBufferedImage(File res)
public static BufferedImage newBufferImage(int width, int height)
public static BufferedImage readBufferedImage(byte[] image)
Copyright © 2021. All rights reserved.