Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 439 Bytes

File metadata and controls

24 lines (15 loc) · 439 Bytes

Image resize

Process the base images to ensure their width don't exceed what is needed and recompress them to make sure they are as small as possible.

Configuration

input_dir: "generated/static/images/"
max_width: 960
quality: 90

Usage

Nothing to do, images will just have the right size :)

Changlog

  • 29/12/19 Refactored for new plugin system and python 3.
  • 2017 initial version

Credit

Elie Bursztein.