类 ImageThumbnailHelper

java.lang.Object
com.diboot.file.util.ImageHelper
com.diboot.file.util.ImageThumbnailHelper

public class ImageThumbnailHelper extends ImageHelper
图片缩略图相关工具类
版本:
v2.7.0
作者:
JerryMa
  • 构造器详细资料

    • ImageThumbnailHelper

      public ImageThumbnailHelper()
  • 方法详细资料

    • generateThumbnail

      public static String generateThumbnail(String imgUrl, int width, int height)
      压缩图片
      参数:
      imgUrl -
      返回:
    • generateThumbnail

      public static String generateThumbnail(String sourcePath, String targetPath, int width, int height) throws Exception
      生成缩略图
      返回:
      抛出:
      Exception
    • addWatermark

      public static void addWatermark(String filePath, String watermark) throws Exception
      给图片添加水印
      参数:
      filePath -
      抛出:
      Exception