Axel Haustant 30e6a229f6 Fix jpegtran command line 11 lat temu
..
Readme.md 114c2bc146 Added new plugin "Optimize Images" 11 lat temu
__init__.py 65c4fe2db2 FIXED: https://github.com/getpelican/pelican-plugins/pull/31#issuecomment-18748236 11 lat temu
optimize_images.py 30e6a229f6 Fix jpegtran command line 11 lat temu

Readme.md

Optimize Images Plugin For Pelican

This plugin applies lossless compression on JPEG and PNG images, with no effect on image quality. It uses jpegtran and OptiPNG. It assumes that both of these tools are installed on system path.

Installation

To enable, ensure that optimize_images.py is put somewhere that is accessible. Then use as follows by adding the following to your settings.py:

PLUGIN_PATH = 'path/to/pelican-plugins'
PLUGINS = ["optimize_images"]

PLUGIN_PATH can be a path relative to your settings file or an absolute path.

Usage

The plugin will activate and optimize images upon finalized signal of pelican.