PSD to PNG Conversion Utility

From Littledamien Wiki
Jump to navigation Jump to search

Location[edit]

Google Drive > creative > animation > potty horse > psd-to-png.py

Usage[edit]

  • First load python 3 virtual environment
  • python psd-to-png.py -s [psd directory] -d [png directory]
  • The PNG directory must already exist.
  • Optional -f argument can be used to pass a filter to use to narrow the selection of PSD files.

Language[edit]

Python script

Dependencies[edit]

  • Python 3
  • psd-tools
  • Pillow
  • packbits[1]

Notes[edit]

  1. psd-tools - Python Package Index