这是因为JPG里面存储了大量的文档版权等其他信息,一般从网图站点下载的图片比较多会带这些信息。
新建个文档复制过去再存一般会解决,如果不想这样就用下面的办法。
把后面这段代码复制到记事本里,存为"JPG_mini.jsx"文件,最好放在常用的地方,譬如桌面。PS中再遇到存储JPG异常大这种情况,就先执行“文件 --> 脚本 -->浏览”找到这个文件,很快就运行完毕,然后再存储JPG文档就很正常了。
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();
(复制以上代码)
现在ps记录了文件的原始信息,各种版权信息什么都记录里面,所以文件打开显示特别小,但是存储的时候特别大。
首先把文件另存储成无损失的eps格式,然后再打开存储你想要的tif或jpg格式,这样就会变得特别小了。
你好,很高兴为您解答。
尺寸越大,必然文件要大,还有,图像色彩内容越丰富,文件越大,根据您的尺寸,这个也不算太大呀。
文件--存储为Web所用格式---选jpeg---存储
你这个是印刷级的吧?怕太大就用ai做好点