PSD to PNG Conversion Utility: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Design Category:Production Category:Comics Category:Animation == Location == '''Google Drive''' > '''creative''' > '''animation''' > '''potty horse''...") |
(No difference)
|
Revision as of 13:09, 18 July 2016
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]