The script can convert the PSD to JPEG, PNG file
What the program does?
- Can accepts single, multiple files
- Convert PSD to JPEG, PNG
- Single operation at a time
Python3
pip install -r requirements.txt
psd2img.py [-h] -f FILE [FILE ...] [-j] [-p]
Convert PSD to JPEG, PNG
optional arguments:
-h, --help show this help message and exit
-f FILE [FILE ...] Submit a PSD file(s)
-j Convert PSD to JPEG
-p Convert PSD to PNG
Any kind of contributions are welcome.
- Fork the Project
- Commit your Changes
- Open a Pull Request