A script to export JPG images from a PSD file.
Requires Python 3.6+
Install the dependency packages
pip install -r requirements.txt
cd image_export/
pip install -r requirements.txt
python image_export.py
After running python image_export.py
input the values relating to the prompts shown below;
File path: C:\\Folder\\
PSD name: Example.psd
Naming convention: Image
The images will output to an images
directory and look like the below
- Image_850_01.jpg
- Image_850_02.jpg
- Image_1280_01.jpg
- Image_1280_02.jpg
The 850
and 1280
related to the artboards width.
A group folder called image
is required and all layers should be nested into this folder.