skip to Main Content
author
172 views
0 votes

Photoshop + JavaScript, why docRef.selection.selectEllipse(), .selectColumn(), .selectPolygon(), .selectRectangle(), .selectRow() don't work?

I automate Photoshop using JavaScript, here is my code:
var originalRulerUnits = app.preferences.rulerUnits
originalRulerUnits = Units.PIXELS

displayDialogs = DialogModes.NO<br

Back To Top
Search