A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wiki.python.org/moin/MacPython/PhotoShop below:

MacPython/PhotoShop - Python Wiki

/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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4