PSD to PNG Conversion Utility
Location
Google Drive > creative > animation > potty horse > psd-to-png.py
Usage
- First load python 3 virtual environment
python psd-to-png.py -s [psd directory] -d [png directory]- The PNG directory must already exist.
- Optional
-fargument can be used to pass a filter to use to narrow the selection of PSD files.
Language
Python script
Dependencies
- Python 3
- psd-tools
- Pillow
- packbits[1]