⑴ 我想问下,ps有时候正常大小尺寸的图片为什么导出来的图片特别大
ps有时候正常大小尺寸的图片导出来的图片特别大是设置错误造成的,解决方法为:
1、首先在打开的PS软件主界面,点击上面的“文件/打开”菜单项。
⑵ ps里面保存web图片都是十几兆为什么
图片没做一次 都会产生原始数据,正常使用储存为web格式存储来的图就会变成正常的。但是不知道你这个为什么没有变。 但是可以试试直接从源头去除原始数据。
桌面新建一个txt文件 然后复制下面的内容----然后把txt格式改成 jsx格式保存在桌面就行了
然后每次作图点文件----脚本---浏览----载入这个文件 原始数据就变小了 这样储存就正常了
function () {
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
();
⑶ 为什么我ps的图像大小是3兆 导出来就是几百兆了呢 怎么更改原文件大小啊
保存图像格式用jpg格式,调整好大小,8位图像就可以了。