上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 164 下一页
摘要: //激活Photoshop,设置为活动窗口 app.bringToFront();var PRESOLUTION=72; var startRulerUnits=app.preferences.rulerUnits; var startTypeUnits=app.preferences.typeUnits; app.preferences.rulerUnits = Units.PIXELS; app.preferences.typeUnits = TypeUnits.PIXELS;var dialogue="dialog{\ text:'自动切图V0.1',\ gro 阅读全文
posted @ 2013-05-25 11:35 火腿骑士 阅读(1106) 评论(0) 推荐(0)
摘要: listbox的一个控件使用范例//访问Photoshop,并把应用程序放置顶层 #target photoshop app.bringToFront();var dlg = new Window('dialog', 'Alert Box Builder', [100,100,480,245]); // create list box with two titled columns var list = dlg.add ('ListBox', [0, 0, 150, 75], 'asd', {numberOfColumns: 2, 阅读全文
posted @ 2013-05-25 11:32 火腿骑士 阅读(149) 评论(0) 推荐(0)
摘要: 提交任务photoshop的脚本端//访问Photoshop,并把应用程序放置顶层 #target photoshop app.bringToFront(); //设置场景像素 app.preferences.rulerUnits = Units.PIXELS; app.preferences.typeUnits = TypeUnits.PIXELS;if (app.documents.length != 0) { //放缩图大小 不知道为什么不起作用 BUG? app.activeDocument.resizeImage =( 20 , 20 ,72 , ResampleMethod.B.. 阅读全文
posted @ 2013-05-25 11:31 火腿骑士 阅读(252) 评论(0) 推荐(0)
摘要: /*<javascriptresource> <name>PSD TO HTML</name> <about>v1.0--https://github.com/wanxianjia/PSD2HTML</about> <menu>help</menu> <enableinfo>true</enableinfo> </javascriptresource>*/// Settings#target photoshopapp.displayDialogs = DialogModes. 阅读全文
posted @ 2013-05-25 11:14 火腿骑士 阅读(306) 评论(0) 推荐(0)
摘要: #target "photoshop"var outputWidth = 1024;var inputFolder = Folder.selectDialog("Input folder");var outputFolder = Folder.selectDialog("Output folder");if (inputFolder != null && outputFolder != null) { var files = inputFolder.getFiles("*.psd"); for (v 阅读全文
posted @ 2013-05-24 11:35 火腿骑士 阅读(1171) 评论(0) 推荐(0)
摘要: #target photoshop app.bringToFront(); // 带自动判断横竖的统一宽高操作。默认是直接保存关闭,原文件要注意备份! v2.0 - 2008.3.29 // 原发:bbs.blueidea.com - Photoshop版 var nowTime=new Date(); var PRESOLUTION = 72; var startRulerUnits = app.preferences.rulerUnits; var startTypeUnits = app.preferences.typeUnits; app.preferences.rulerUnits 阅读全文
posted @ 2013-05-24 10:27 火腿骑士 阅读(1211) 评论(0) 推荐(0)
摘要: 姓名(Name):3ddown.com组织(Organization):3ddown.com注册码(Serial):NAVJ-W56S-3YUU-MVHVhttp://daffodil.codeplex.com/http://java-psd-library.googlecode.com/svn/!svn/bc/121/trunk/psd-library/src/psd/parser/PsdFileParser.javahttp://blog.programet.org/2010/04/mingw-codeblocks.htmlhttp://hi.baidu.com/fly6688/item/ 阅读全文
posted @ 2013-05-22 00:10 火腿骑士 阅读(489) 评论(0) 推荐(0)
摘要: http://phone.codeplex.com/ 阅读全文
posted @ 2013-05-18 18:08 火腿骑士 阅读(124) 评论(0) 推荐(0)
摘要: http://www.geekchamp.com/marketplace/components/windows-phone-power-tools 阅读全文
posted @ 2013-05-18 18:02 火腿骑士 阅读(451) 评论(0) 推荐(0)
摘要: Microsoft Office Document Imaging 虚拟打印机http://www.codeproject.com/Articles/10130/OCR-with-Microsoft-OfficeExtracting Text From ImageThe following program shows you how to extract text from image. For this you'll have add reference (under COM tab) of "Microsoft Office Document Imaging Librar 阅读全文
posted @ 2013-05-12 11:35 火腿骑士 阅读(195) 评论(0) 推荐(0)
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 164 下一页