| 程序包 | 说明 |
|---|---|
| cc.zhaoac.tool.common.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ImageUtil.sliceWithNumber(BufferedImage src,
IMultiOutputStream mos,
String type,
int prows,
int pcols)
图像切割(指定切片的行数和列数)
|
static void |
ImageUtil.sliceWithSize(BufferedImage src,
IMultiOutputStream mos,
String type,
int pdestWidth,
int pdestHeight)
图像切割(指定切片的宽度和高度)
|
Copyright © 2024. All rights reserved.