/AppscriptModule scripting for /PhotoShop

To apply unsharp mask to the first layer of the first document:

 1 ps = app("Adobe Photoshop CS")
 2 ps.filter_(ps.documents[1].art_layers[1], using=k.unsharp_mask, with_options={k.threshold:2, k.amount: 200.0, k.radius: 1.0})

You need the latest version of /AppscriptModule for the filter_() command to work correctly.

MacPython/PhotoShop (last edited 2008年11月15日 13:59:57 by localhost)

Unable to edit the page? See the FrontPage for instructions.

AltStyle によって変換されたページ (->オリジナル) /