Skip to content

A program to export and compress JPG images from a PSD file.

Notifications You must be signed in to change notification settings

rory-ferguson/image_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Exporter

A script to export JPG images from a PSD file.

Installation

Requires Python 3.6+

Install the dependency packages

    pip install -r requirements.txt

How To

    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.

Notes on photoshop data

A group folder called image is required and all layers should be nested into this folder.

Releases

No releases published

Packages

No packages published

Languages