function saveEPS( doc, saveFile ) {
var saveOptions = new EPSSaveOptions( );
saveOptions.encoding = SaveEncoding.JPEGMAXIMUM;
doc.saveAs( saveFile, saveOptions, true );
}
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
Photoshop脚本之储存图片
阅读 24
2022-07-18
function saveEPS( doc, saveFile ) {
var saveOptions = new EPSSaveOptions( );
saveOptions.encoding = SaveEncoding.JPEGMAXIMUM;
doc.saveAs( saveFile, saveOptions, true );
}
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
相关推荐
精彩评论(0)