Save layers in PSD to respective PNGs files according to the config file
All layers in chosen PSD are converted to PNGs with respecting sizes Sizes are kept in config.csv in the script directory
type size | width | height |
---|---|---|
folder name | integer | integer |
To run this script, you need at least Photoshop CS6 64bit Version: 13.0 other versions of PS are not tested
-
Download "Blending PSD colors - toolset"
-
Unzip file in a preferred directory (suggested place is: _...\Adobe\Adobe Photoshop CS6 (64 Bit)\Presets\Scripts)
-
Open "Photoshop"
-
Push keys: Alt+F9
-
Chose "Action" tabbed panel in the left upper corner
-
(If it is not yet) Disable "Button mode" by clicking an icon in the right upper corner
-
"Create new action" (right bottom corner of Action window)
-
Name script (e. g. UI toolset), optionally assign a key to it (e. g. F12) or add color (e. g. "Green")
-
Click "ok"
-
Choose in upper main menu: "File -> Scripts -> Browse..."
-
Navigate to the unzipped folder directory
-
Open "blending_PSD_colors_toolset.jsx"
-
Click "Close" button in UI toolset
-
Click "Stop\playing recording" (small grey square in the left bottom corner)
-
Enable "Button mode" (right upper corner)
-
Now your script is ready to use (Click button with your newly created action)
-
Enjoy!
For now, only manual testing is available. Use Adobe Phtoshop CS6 SDK Win to find bugs during running script
- Visual Studio Code
- Adobe Phtoshop CS6 SDK Win
- ExtendScript Debugger Extension for Visual Studio Code (mainly or debugging)
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us
- Karol Łukaszczyk - Initial work - Lukkar
This project is licensed under the MIT License - see the LICENSE file for details
- README-template.md, CONTRIBUTING-template.md by PurpleBooth