가로세로 구분 없는 다단계 리사이즈 (CS4용)
#target photoshop app.bringToFront(); var boundaries = {x:100,y:75,width:300,height:300}; var docu = app.activeDocument; var dlg = new Window("dialog", "다단계리사이즈 스크립트",boundaries); dlg.inDataA = dlg.add("statictext", {x:50, y:20, width:200, height:20}); dlg.inDataB = dlg.add("statictext", {x:13, y:40, width:250, height:20}); dlg.inDataC = dlg.add("statictext", {x:28, y:60, width:250, height:20});..
2009. 7. 4.