⑴ 我想問下,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點陣圖像就可以了。