文件名称:JSP程序代码添加水印
文件大小:2KB
文件格式:JAVA
更新时间:2013-01-15 08:04:01
水印 代码 程序 JSP java
绝对好使。不好不要钱. import java.awt.*; import java.awt.image.*; import java.io.*; import javax.swing.*; import com.sun.image.codec.jpeg.*; import java.text.AttributedString; import java.awt.font.TextAttribute; import java.text.AttributedCharacterIterator; public class WaterMark { public static boolean createMark(String filePath, String watermark) { ImageIcon imgIcon = new ImageIcon(filePath); Image theImg = imgIcon.getImage(); 继续? 下载吧。