pip install thumbor-plugins
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.
make setup
make test
# code awesome things
# PR