Java水印工具類

2021-09-01 09:43:31 字數 468 閱讀 6138

前一段時間在工作中遇到了乙個水印功能,即對jpeg新增水印(其它檔案格式有待測試)。另外,這個工具只是記錄下實現過程,並沒有做複雜的封裝。

希望對看到的人有所幫助,也希望大家多提建議。

public class imageaddwatermark 

/*** 上加水印

* @param originimgfile 原圖

* @param watermarkimgfile 水印圖

* @param targetimgfile 輸出檔案

*/public static file addwatermark(file originimgfile,file watermarkimgfile,file targetimgfile)catch(exception e)finally catch(exception e)

}return null;

}}

PDF文件設定水印工具類

import j a.io.bufferedoutputstream import j a.io.file import j a.io.fileoutputstream import j a.util.arraylist import org.apache.log4j.logger import c...

Java工具類 Java檔案工具類

public class fileutils 讀取檔案並作為byte返回 param file 目標檔案 return throws ioexception public static byte readfileasbytes file file throws ioexception 讀取檔案並作為...

Java反射工具類

反射工具類 public class reflectionutil return field.get object catch exception e return null 通過反射獲取靜態成員的值 param classvar param fieldname return 靜態成員的值 supp...