摘要:
http://www.cnblogs.com/windlikesandlike/archive/2013/04/12/3015802.htmlhttp://blog.csdn.net/hustpzb/article/category/749610http://www.cnblogs.com/playing/category/286537.htmlhttp://www.cnblogs.com/salam/tag/Android2.2/http://mobile.51cto.com/hot-322162.htmhttp://blog.csdn.net/ztp800201/article/detai 阅读全文
posted @ 2013-05-25 20:00
火腿骑士
阅读(113)
评论(0)
推荐(0)
摘要:
http://stackoverflow.com/questions/2153902/upload-image-with-photoshop-scripting 阅读全文
posted @ 2013-05-25 12:17
火腿骑士
阅读(88)
评论(0)
推荐(0)
摘要:
function httpGetFile(url, port){ if(url.substr(0,7)=="http://") url=url.substr(7); if(!port) port=80; var domain=url.split("/")[0]+":"+port; var fileName=url.substr(url.lastIndexOf("/")+1); var call="GET "; if(url.indexOf("/")<0){ call+= 阅读全文
posted @ 2013-05-25 12:12
火腿骑士
阅读(127)
评论(0)
推荐(0)
摘要:
// Copyright 2008. Studio Melipone. All rights reserved.// Licence GNU LGPL// Send the active document to the UpShot web service (http://upshotit.com)// The document is sent as a .png file, as a draft on the user's account.// Therefore you must have a document opened and Adobe Bridge installed t 阅读全文
posted @ 2013-05-25 11:41
火腿骑士
阅读(330)
评论(0)
推荐(0)
摘要:
http://ps-scripts.com/bb/viewforum.php?f=29&sid=b968740cdb419a14b378d2fd969c32b5 阅读全文
posted @ 2013-05-25 11:39
火腿骑士
阅读(267)
评论(0)
推荐(0)
摘要:
//激活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)
浙公网安备 33010602011771号