Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thumbor/thumbor-plugins
Optimizers and filters contributed by the Thumbor community
https://github.com/thumbor/thumbor-plugins
Last synced: about 1 month ago
JSON representation
Optimizers and filters contributed by the Thumbor community
- Host: GitHub
- URL: https://github.com/thumbor/thumbor-plugins
- Owner: thumbor
- License: mit
- Created: 2015-03-10T13:14:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T19:48:11.000Z (2 months ago)
- Last Synced: 2024-09-30T23:45:42.744Z (about 1 month ago)
- Language: Python
- Homepage: http://thumbor.org/
- Size: 1.09 MB
- Stars: 34
- Watchers: 24
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-thumbor - GitHub - 13% open</span> ยท <span title="Last update timestamp on package manager" alt="Last update timestamp on package manager">โฑ๏ธ 02.09.2024</span>): (Optimizers)
README
# thumbor-plugins
[![Github Actions - tests](https://github.com/thumbor/thumbor-plugins/actions/workflows/test.yml/badge.svg)](https://github.com/thumbor/thumbor-plugins/actions)This monorepo contains multiple plugins that should be used on
[Thumbor][thumbor] to add new capabilities, like GifV or Mozjpeg compression.Each of the optimizers is released and can be installed separately.
## ๐ List of thumbor-plugins
You can find the plugins in: https://pypi.org/search/?q=%22thumbor-plugins%22&o=-created
## โ๏ธ Installation
```bash
pip install thumbor-plugins-mozjpeg
pip install thumbor-plugins-gifv
```## ๐ฏ Usage
After installing the packages, just add the plugins you need to the OPTIMIZERS
list on your thumbor.conf```python
OPTIMIZERS = [
'thumbor_plugins.optimizers.mozjpeg',
'thumbor_plugins.optimizers.gifv',
]
```Each optimizer contains parameters that can be used to configure how it runs.
## ๐ Contribute
thumbor-plugins is an open-source project with many contributors. Join them
[contributing code][contributing].## ๐จ Breaking change
This repository used to be released under a single package in previous
versions, `thumbor-plugins`.We broke down into multiple packages to make it easier for developers to
contribute, test, and use different versions.For example, the mozjpeg optimizer is released on the package
`thumbor-plugins-mozjpeg`, and the Gifv one on the package
`thumbor-plugins-gifv`.## Third Party
Integration tests uses a bug.png picture by [Marcelo Jorge Vieira][marcelometal]
licensed under [CC-BY-4.0][cc-by-4].[cc-by-4]: https://creativecommons.org/licenses/by/4.0/
[contributing]: https://github.com/thumbor/thumbor-plugins/blob/master/CONTRIBUTING.md
[marcelometal]: https://www.flickr.com/photos/marcelometal/540719764/
[thumbor]: https://github.com/thumbor/thumbor