Varia's website, varia.zone or vvvvvvaria.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mb@mb 04c2824180 adding the 2 submodules again 6 years ago
..
Readme.md adding the 2 submodules again 6 years ago
__init__.py adding the 2 submodules again 6 years ago
optimize_images.py adding the 2 submodules again 6 years ago

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.