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

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Exporter

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

Installation

Requires Python 3.6+

Install the dependency packages (psd-tools, numpy, scipy), tqdm and requests

    cd image_export/
    pip install -r requirements.txt

ImageOptim

The program relies on imageOptim to compress the images, an account key is required. https://imageoptim.com/api.

When initially running the program, a config.py will be created and require an input for the account key

How To

    python image_export.py

After running python image_export.py, input the values relating to the prompts

    File path: C:\\Folder\\
    PSD name: Example.psd
    Naming convention: Image

The images will output to an images/ directory.

For Emails keep the Naming convention blank, the images will automatically save out as Desktop_01, Desktop_02, Mobile_01 etc

The output will look similar to the below

Image_850_01.jpg
Image_850_02.jpg
Image_1280_01.jpg
Image_1280_02.jpg

The 850 and 1280 relate to the artboards width.

PSD requirements

  • The PSDs require an artboard.
  • A group called image is required and all layers should be nested with in it

Releases

No releases published

Packages

No packages published

Languages