public class ImageUtil extends Object
| 构造器和说明 |
|---|
ImageUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getImageFormat(ImageInputStream input) |
static String |
getImageFormatByBytes(byte[] content) |
static String |
getImageFormatByFile(String filePath) |
static HashMap<String,Integer> |
getImageInfo(ImageInputStream input) |
static HashMap<String,Integer> |
getImageInfoByBytes(byte[] content) |
static HashMap<String,Integer> |
getImageInfoByFile(String filePath) |
public static String getImageFormatByBytes(byte[] content)
public static String getImageFormat(ImageInputStream input)
public static HashMap<String,Integer> getImageInfo(ImageInputStream input)
Copyright © 2023. All rights reserved.