Skip to content

Files

Latest commit

 

History

History

PSD To Image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PSD To JPEG,PNG Script

forthebadge forthebadge forthebadge forthebadge

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

Requirements

Python3

pip install -r requirements.txt

Usage

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

Contribution

Any kind of contributions are welcome.

  1. Fork the Project
  2. Commit your Changes
  3. Open a Pull Request