我爱后期素材网

 找回密码
 立即注册
搜索
热搜: 预设 raw 视频
查看: 88|回复: 1

[平面软件] 清除 PSD XMP 数据的ps脚本

[复制链接]

6214

主题

9129

帖子

2万

积分

元老

Rank: 4

积分
25805
发表于 2024-10-15 15:51:40 | 显示全部楼层 |阅读模式
清除 PSD XMP 数据的ps脚本

通过百度网盘分享的文件:4. [插件发布] 清除 PSD XMP 数据的ps脚本.rar
链接:https://pan.baidu.com/s/10ZNvhUd7y_lK0KYndBo7AA?pwd=8888
提取码:8888


解压密码:woaihouqi.com



解决PSD文件过大问题,让你的PSD瞬间瘦身!运行如飞!

Photoshop 处理过的图片会包含Exif, IPTC,XMP 标签信息。这些信息可能会出卖你的隐私,造成不必要的麻烦。为此,删除图片的EXIF信息势在必行


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. Pleae open a file to run this s cript.")
return;
}
if (ExternalObject.AdobeXMPs cript == undefined) ExternalObject.AdobeXMPs cript = new ExternalObject("lib:AdobeXMPs cript");
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();


不会搞的,当然你也可以直接使用我的脚本,一键解决问题。


回复

使用道具 举报

6214

主题

9129

帖子

2万

积分

元老

Rank: 4

积分
25805
 楼主| 发表于 2024-10-15 15:51:44 | 显示全部楼层
通过百度网盘分享的文件:4. [插件发布] 清除 PSD XMP 数据的ps脚本.rar
链接:https://pan.baidu.com/s/10ZNvhUd7y_lK0KYndBo7AA?pwd=8888
提取码:8888

解压密码:woaihouqi.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|我爱后期素材网 ( 冀ICP备2020022844号-1 )

GMT+8, 2024-11-22 00:28 , Processed in 0.097205 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表