All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dahuatech.hutool.core.util.ImageUtil Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
package com.dahuatech.hutool.core.util;

import com.dahuatech.hutool.core.img.ImgUtil;

/**
 * 图片处理工具类:
* 功能:缩放图像、切割图像、旋转、图像类型转换、彩色转黑白、文字水印、图片水印等
* 参考:http://blog.csdn.net/zhangzhikaixinya/article/details/8459400 * * @author Looly * @deprecated 请使用{@link ImgUtil} */ @Deprecated public class ImageUtil extends ImgUtil {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy