摘要: function shui(){ //水印处理函数if (!win.group.shuiSet.other.open.e.text) {alert("您没有选择水印文件");}else{var shuiFlie = File(win.group.shuiSet.other.open.e.text);docShui= open(shuiFlie);docShui.changeMode(ChangeMode.RGB);if (docShui.layers.length>1) docShui.mergeVisibleLayers(); //合并可见层var shuiLaye 阅读全文
posted @ 2011-06-02 08:10 softimagewht 阅读(1330) 评论(0) 推荐(0)