Extendscript Photoshop: Is there a way to save out jpeg with specific KB file sizes for web?
- 阅读更多 关于 Extendscript Photoshop: Is there a way to save out jpeg with specific KB file sizes for web?
问题 I'm trying to utilize the following. what this does is saves out Jpeg accordingly to less then a a certain size set. I was curious if anyone knew a way to specifically direct a filename to get a filesize that is equal to the following or as close as possible. Filename_160x600.png = Filename_160x600.jpg 39kb Filename_300x600.png = Filename_300x600.jpg 59kb Filename_1500x513.png = Filename_1500x513.jpg 150kb saveJPG( { path: activeDocument.path, maxSize: 50 //size in kbs }) function saveJPG(