Skip to content

sbaechler/thumbor-universalimages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal Images Filter for Thumbor

This is a proof of concept prototype for the Universalimages XMP standard.

Installation

Install Boost, Boost.python and exiv2:

brew install boost boost-python    
brew install exiv2 pyexiv2

This installs pyexiv2 in the homebrew python folder. If you already have a virtualenv, you have to recreate it.

For Ubuntu just install pyexiv2:

apt-get install python-pyexiv2

The filter requires at least version 6 of Thumbor.

pip install -r 'thumbor >= 6.0.0b3'
pip install git+http://github.com/sbaechler/thumbor-universalimages.git

Add universalimages.filters.rmd to thumbor.conf.FILTERS.

Usage

Refer to the Thumbor documentation.

To enable responsive metadata processing add the rmd filter like so: /filters:rmd()/.

About

A Universal Images filter for Thumbor (for responsive images)

Resources

License

Stars

Watchers

Forks

Packages

No packages published