/thumbor-plugins

Optimizers and filters contributed by the Thumbor community

Primary LanguagePythonMIT LicenseMIT

thumbor-plugins

Build Status

Install

pip install thumbor-plugins

Usage

after instaling thumbor-plugins, just add the plugins you need to the OPTIMIZERS list on your thumbor.conf

OPTIMIZERS = [
    'thumbor_plugins.optimizers.pngcrush'
]

The wiki has a list of the available plugins.

Development

make setup
make test

# code awesome things
# PR