- Install python: https://www.python.org/downloads/
- Install Photoshop: https://gofazone.com/photoshop-cs6/
- Install Photoshop Python API:
pip install photoshop_python_api
Put all the files in the same directory with this script and run the following command:
python main.py --psd your-input-psd-file-path --so your-smart-object-file-path --out your-output-file-path
For example:
python main.py --psd 01.psd --so rs111.psb --out export.png