voxmedia / thumbor-plugins

Optimizers and filters contributed by the Thumbor community

Home Page:http://thumbor.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://thumbor.org/

License:MIT License


Languages

Language:Python 97.8%Language:Makefile 2.2%