最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Photoshop Script: exportDocument - Stack Overflow

programmeradmin2浏览0评论

I want to save my image as a transparent PNG and wrote a script which suddenly stopped working. I get this error message:

docExportOptions = new ExportOptionsSaveForWeb 

docExportOptions.format = SaveDocumentType.PNG //-24 //JPEG, COMPUSERVEGIF, PNG-8, BMP 
docExportOptions.transparency = true 
docExportOptions.blur = 0.0 
docExportOptions.includeProfile = false 
docExportOptions.interlaced = false 
docExportOptions.optimized = true 
docExportOptions.quality = 100 
docExportOptions.PNG8 = false 

docRef.exportDocument (theFile,ExportType.SAVEFORWEB,docExportOptions) 

Any ideas how to fix that? Or any other solutions to save the docRef as a transparent PNG?

I want to save my image as a transparent PNG and wrote a script which suddenly stopped working. I get this error message:

docExportOptions = new ExportOptionsSaveForWeb 

docExportOptions.format = SaveDocumentType.PNG //-24 //JPEG, COMPUSERVEGIF, PNG-8, BMP 
docExportOptions.transparency = true 
docExportOptions.blur = 0.0 
docExportOptions.includeProfile = false 
docExportOptions.interlaced = false 
docExportOptions.optimized = true 
docExportOptions.quality = 100 
docExportOptions.PNG8 = false 

docRef.exportDocument (theFile,ExportType.SAVEFORWEB,docExportOptions) 

Any ideas how to fix that? Or any other solutions to save the docRef as a transparent PNG?

Share Improve this question asked Apr 14, 2011 at 14:27 tamasgaltamasgal 26.3k21 gold badges102 silver badges140 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 7

Phew. Solved ^^

The path didn't exist and that error seems to be a standard error. Pretty confusing...

The folder path was the problem i copied the folder path from windows explorer it looks like

"C:\Users`\Dropbox\android_work\06_Game_tests\car race verti\04 testing"

and pasted it in adress bar or the internet broser pressed enter i got this

"file:///C:/Users/%60/Dropbox/android_work/06_Game_tests/car%20race%20verti/04%20testing/"

i copied

"C:/Users/%60/Dropbox/android_work/06_Game_tests/car%20race%20verti/04%20testing/"

and used it for folder path and It just worked

发布评论

评论列表(0)

  1. 暂无评论