Skip to content

keeshoekzema/thumbor-plugins

 
 

Repository files navigation

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

About

Optimizers and filters contributed by the Thumbor community

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • Makefile 2.4%