Not sure how it compares, but thumbor is fully extensible. There are people using it with HBase, others with Amazon's S3 and Cloudfront, others with filesystem based solutions and yet others with redis or mongo backed images.
Other than storage, you can extend loading images from different places, as well as changing the imaging library thumbor uses.
You can also extend the filters or the detection mechanisms.
Anyway, good to know about magickly.
any tips on plugging-in any 3rd party image processing filters? Maybe I looked in the wrong place, but could only see storage plugins on the wiki.
For example, we have a ruby-based library for converting images for different types of colour-blindness[0]. It's available from ruby, or via the command line. How could we use it as a filter in thumbor?
heynemann|11 years ago
gingerlime|11 years ago
For example, we have a ruby-based library for converting images for different types of colour-blindness[0]. It's available from ruby, or via the command line. How could we use it as a filter in thumbor?
[0] https://github.com/kenhub/shikimo