Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 553 Bytes

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