相信各位设计新人朋友甚至老设计都经常有这样的情况
图片一张张插入文件
最后保存JPG几十兆几百兆???
这是因为图片放进去连带元数据一起进去了,
但是清除这部分元数据又比较麻烦,
百度方法小白是看不懂的,
所以我这边一直在用的一个补丁分享给各位!
高玩通道
创建一个记事本复制以下内容进去,另存为JSX格式放到 X:\Program Files\Adobe\Photoshop CC\Presets\Scripts 目录下
function deleteDocumentAncestorsMetadata() {
whatApp = String(app.name);//String version of the app name if(whatApp.search("Photoshop") > 0) { //Check for photoshop specifically, or this will cause errors //Function Scrubs Document Ancestors from Files if(!documents.length) { alert("There are no open documents. Please open a file to run this script.") return; } if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript"); var xmp = new XMPMeta( activeDocument.xmpMetadata.rawData); // Begone foul Document Ancestors! xmp.deleteProperty(XMPConst.NS_PHOTOSHOP, "DocumentAncestors"); app.activeDocument.xmpMetadata.rawData = xmp.serialize(); }
}
//Now run the function to remove the document ancestors
deleteDocumentAncestorsMetadata();
alert("清除完成");
伸手通道
获取方式:私信“xmp补丁”,附安装教程
私信方法:关注=》点击头像=》见右上角的发私信按钮=》回复关键词=》系统会自动回复你
其他资源
- 私信“c4d安装”,自动获取c4d安装包和图文教程
- 私信“ps资源合集”,自动获取ps持续更新资源(插件,素材,画笔等等)
1、素材文件来源于互联网,素材版权归原作者所有
2、素材仅供个人学习研究,不得任何形式商用。如需商用,请联系原创作者购买版权,
否则带来版权法律问题,请自行负责