Testing Adobe Photoshop support of JavaScript .

Gwyneth Llewelyn c96cc4d723 Added first script, logo, updated README 4 mesi fa
assets c96cc4d723 Added first script, logo, updated README 4 mesi fa
.gitignore 22a43a094f Adding .gitignore 4 mesi fa
LICENSE 2fbf08ebf5 Initial commit 4 mesi fa
README.md c96cc4d723 Added first script, logo, updated README 4 mesi fa
convertPathtoShape.jsx c96cc4d723 Added first script, logo, updated README 4 mesi fa

README.md

Scripting Photoshop

Adobe Photoshop Scripts

Testing Adobe Photoshop support of JavaScript.

convertPathtoShape

After editing a shape, it becomes a path, so it loses its proprieties; how to turn it back into a shape?

This script (allegedly) does just that: it gathers the path and opens a new layer with the reconstructed shape. Let's hope it works.

(See "In Photoshop, is there a script or method to directly convert path to shape layer?")