diff --git a/README.md b/README.md index 887232e6..2bd87cb8 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@

- +

-This curated list contains 66 awesome open-source extensions to thumbor with a totat of ⭐13K stars. +This curated list contains 65 awesome open-source extensions to thumbor with a totat of ⭐13K stars. Projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. @@ -28,7 +28,7 @@ If you like to add or update projects, feel free to open an [issue](https://gith - [Image Loaders](#image-loaders) _6 projects_ - [Imaging Engines](#imaging-engines) _3 projects_ - [Face and Feature Detectors](#face-and-feature-detectors) _6 projects_ -- [Filters](#filters) _6 projects_ +- [Filters](#filters) _5 projects_ - [Optimizers](#optimizers) _7 projects_ - [Metrics Providers](#metrics-providers) _1 projects_ - [Python Integration & URL Generation](#python-integration--url-generation) _4 projects_ @@ -88,14 +88,14 @@ _This category features the main projects in thumbor's org._ pip install thumbor ``` -
libthumbor (πŸ₯‰23 Β· ⭐ 63) - Pythons extensions to thumbor. These are used to.. MIT Supports python 3 Compatible with thumbor 7 and newer +
libthumbor (πŸ₯‰19 Β· ⭐ 63) - Pythons extensions to thumbor. These are used to.. MIT Supports python 3 Compatible with thumbor 7 and newer - [GitHub](https://github.com/thumbor/libthumbor) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 39 Β· πŸ“¦ 240 Β· πŸ“‹ 20 - 25% open Β· ⏱️ 18.03.2026): ``` git clone https://github.com/thumbor/libthumbor ``` -- [PyPi](https://pypi.org/project/libthumbor) (πŸ“₯ 46K / month Β· πŸ“¦ 11 Β· ⏱️ 31.03.2022): +- [PyPi](https://pypi.org/project/libthumbor) (πŸ“¦ 11 Β· ⏱️ 31.03.2022): ``` pip install libthumbor ``` @@ -108,34 +108,34 @@ _This category features the main projects in thumbor's org._ _Storage and Result Storage are used in thumbor to store source image files and the result of transforming them, respectively. allowing thumbor to support additional infrastructure services for storing images._ -
thumbor-aws S3 Storages and S3 Result Storage (πŸ₯‡17 Β· ⭐ 25 Β· πŸ“ˆ) - thumbor-aws is a set of modern thumbor (7.0.0) AWS.. MIT Supports python 3 Compatible with thumbor 7 and newer +
tc_aws.storage (πŸ₯‡18 Β· ⭐ 160 Β· πŸ’€) - Thumbor AWS extensions. MIT -- [GitHub](https://github.com/thumbor/thumbor-aws) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 19 Β· πŸ“‹ 43 - 30% open Β· ⏱️ 19.03.2026): +- [GitHub](https://github.com/thumbor-community/aws) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 74 Β· πŸ“₯ 14 Β· πŸ“‹ 98 - 3% open Β· ⏱️ 21.08.2025): ``` - git clone https://github.com/thumbor/thumbor-aws + git clone https://github.com/thumbor-community/aws ``` -- [PyPi](https://pypi.org/project/thumbor-aws) (πŸ“₯ 4.7K / month Β· ⏱️ 26.08.2025): +- [PyPi](https://pypi.org/project/tc_aws) (πŸ“₯ 1.5K / month Β· πŸ“¦ 2 Β· ⏱️ 21.08.2025): ``` - pip install thumbor-aws + pip install tc_aws ```
-
tc_aws.storage (πŸ₯ˆ14 Β· ⭐ 160 Β· πŸ’€) - Thumbor AWS extensions. MIT +
thumbor-aws S3 Storages and S3 Result Storage (πŸ₯ˆ14 Β· ⭐ 25) - thumbor-aws is a set of modern thumbor (7.0.0) AWS.. MIT Supports python 3 Compatible with thumbor 7 and newer -- [GitHub](https://github.com/thumbor-community/aws) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 74 Β· πŸ“₯ 14 Β· πŸ“‹ 98 - 3% open Β· ⏱️ 21.08.2025): +- [GitHub](https://github.com/thumbor/thumbor-aws) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 19 Β· πŸ“‹ 43 - 30% open Β· ⏱️ 19.03.2026): ``` - git clone https://github.com/thumbor-community/aws + git clone https://github.com/thumbor/thumbor-aws ``` -- [PyPi](https://pypi.org/project/tc_aws) (πŸ“¦ 2 Β· ⏱️ 21.08.2025): +- [PyPi](https://pypi.org/project/thumbor-aws) (⏱️ 26.08.2025): ``` - pip install tc_aws + pip install thumbor-aws ```
Show 3 hidden projects... - tc_redis.storage (πŸ₯‰11 Β· ⭐ 13 Β· πŸ’€) - Redis support. MIT -- thumbor-memcached (πŸ₯‰10 Β· ⭐ 4 Β· πŸ’€) - thumbor-memcached provides storages using memcached.. MIT +- thumbor-memcached (πŸ₯‰8 Β· ⭐ 4 Β· πŸ’€) - thumbor-memcached provides storages using memcached.. MIT - thumbor_head (πŸ₯‰5 Β· πŸ’€) - Allow checking of http status code for all requests.. ❗Unlicensed

@@ -146,35 +146,35 @@ _Storage and Result Storage are used in thumbor to store source image files and _Image loaders are responsible for retrieving source images to be used in thumbor._ -
thumbor-aws S3 loader (πŸ₯‡17 Β· ⭐ 25 Β· πŸ“ˆ) - thumbor-aws is a set of modern thumbor (7.0.0) AWS.. MIT Supports python 3 Compatible with thumbor 7 and newer +
tc_aws.loaders (πŸ₯‡18 Β· ⭐ 160 Β· πŸ’€) - Thumbor AWS extensions. MIT -- [GitHub](https://github.com/thumbor/thumbor-aws) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 19 Β· πŸ“‹ 43 - 30% open Β· ⏱️ 19.03.2026): +- [GitHub](https://github.com/thumbor-community/aws) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 74 Β· πŸ“₯ 14 Β· πŸ“‹ 98 - 3% open Β· ⏱️ 21.08.2025): ``` - git clone https://github.com/thumbor/thumbor-aws + git clone https://github.com/thumbor-community/aws ``` -- [PyPi](https://pypi.org/project/thumbor-aws) (πŸ“₯ 4.7K / month Β· ⏱️ 26.08.2025): +- [PyPi](https://pypi.org/project/tc_aws) (πŸ“₯ 1.5K / month Β· πŸ“¦ 2 Β· ⏱️ 21.08.2025): ``` - pip install thumbor-aws + pip install tc_aws ```
-
tc_aws.loaders (πŸ₯ˆ14 Β· ⭐ 160 Β· πŸ’€) - Thumbor AWS extensions. MIT +
thumbor-aws S3 loader (πŸ₯ˆ14 Β· ⭐ 25) - thumbor-aws is a set of modern thumbor (7.0.0) AWS.. MIT Supports python 3 Compatible with thumbor 7 and newer -- [GitHub](https://github.com/thumbor-community/aws) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 74 Β· πŸ“₯ 14 Β· πŸ“‹ 98 - 3% open Β· ⏱️ 21.08.2025): +- [GitHub](https://github.com/thumbor/thumbor-aws) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 19 Β· πŸ“‹ 43 - 30% open Β· ⏱️ 19.03.2026): ``` - git clone https://github.com/thumbor-community/aws + git clone https://github.com/thumbor/thumbor-aws ``` -- [PyPi](https://pypi.org/project/tc_aws) (πŸ“¦ 2 Β· ⏱️ 21.08.2025): +- [PyPi](https://pypi.org/project/thumbor-aws) (⏱️ 26.08.2025): ``` - pip install tc_aws + pip install thumbor-aws ```
Show 4 hidden projects... - thumbor_hbase (πŸ₯ˆ8 Β· ⭐ 10 Β· πŸ’€) - hbase storage for thumbor.. MIT +- thumbor-multidir (πŸ₯‰7 Β· πŸ’€) - Thumbor file loader plugin that search multiple paths.. MIT - thumbor-request-modifier-http-loader (πŸ₯‰6 Β· ⭐ 1 Β· πŸ’€) - Custom HTTP loader for Thumbor which allows modifying.. ❗️GPL-3.0 -- thumbor-multidir (πŸ₯‰6 Β· πŸ’€) - Thumbor file loader plugin that search multiple paths.. MIT - thumbor-cassandra (πŸ₯‰6 Β· πŸ’€) - Thumbor plugin for Apache Cassandra. MIT

@@ -185,22 +185,22 @@ _Image loaders are responsible for retrieving source images to be used in thumbo _Engines are the core of thumbor and responsible for transforming images on-the-fly._ -
thumbor-video-engine (πŸ₯‰13 Β· ⭐ 36 Β· πŸ’€) - An engine and tools for manipulating videos with.. BSD-3 Supports python 3 Compatible with thumbor 7 and newer +
thumbor-video-engine (πŸ₯‡11 Β· ⭐ 36 Β· πŸ’€) - An engine and tools for manipulating videos with.. BSD-3 Supports python 3 Compatible with thumbor 7 and newer - [GitHub](https://github.com/theatlantic/thumbor-video-engine) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 12 Β· πŸ“¦ 4 Β· πŸ“‹ 17 - 41% open Β· ⏱️ 02.06.2025): ``` git clone https://github.com/theatlantic/thumbor-video-engine ``` -- [PyPi](https://pypi.org/project/thumbor-video-engine) (πŸ“₯ 1K / month Β· ⏱️ 09.07.2024): +- [PyPi](https://pypi.org/project/thumbor-video-engine) (⏱️ 09.07.2024): ``` pip install thumbor-video-engine ```
Show 2 hidden projects... -- opencv-engine (πŸ₯‡14 Β· ⭐ 26 Β· πŸ’€) - Thumbor engine for the openCV imaging library. MIT -- thumbor-wand-engine (πŸ₯‰9 Β· ⭐ 17 Β· πŸ’€) - ImageMagick engine for Thumbor. MIT +- opencv-engine (πŸ₯‡11 Β· ⭐ 26 Β· πŸ’€) - Thumbor engine for the openCV imaging library. MIT +- thumbor-wand-engine (πŸ₯‰6 Β· ⭐ 17 Β· πŸ’€) - ImageMagick engine for Thumbor. MIT

@@ -210,25 +210,25 @@ _Engines are the core of thumbor and responsible for transforming images on-the- _Detectors allow thumbor to discover important points in the images and crop around these points for better results_ -
remotecv (πŸ₯‡21 Β· ⭐ 100) - remotecv is an OpenCV server for facial and feature.. MIT Supports python 3 Compatible with thumbor 7 and newer +
remotecv (πŸ₯‡24 Β· ⭐ 100 Β· πŸ“ˆ) - remotecv is an OpenCV server for facial and feature.. MIT Supports python 3 Compatible with thumbor 7 and newer - [GitHub](https://github.com/thumbor/remotecv) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 34 Β· πŸ“¦ 45 Β· πŸ“‹ 25 - 12% open Β· ⏱️ 15.03.2026): ``` git clone https://github.com/thumbor/remotecv ``` -- [PyPi](https://pypi.org/project/remotecv) (πŸ“¦ 3 Β· ⏱️ 16.03.2026): +- [PyPi](https://pypi.org/project/remotecv) (πŸ“₯ 6.3K / month Β· πŸ“¦ 3 Β· ⏱️ 16.03.2026): ``` pip install remotecv ```
Show 5 hidden projects... -- thumbor_rekognition (πŸ₯ˆ10 Β· ⭐ 10 Β· πŸ’€) - Enable thumbor to use AWS rekognition to run face.. MIT -- thumbor_extras.detectors (πŸ₯ˆ8 Β· πŸ’€) - Some useful extensions to thumbor - extra filters and.. MIT -- thumbor_arcface (πŸ₯‰7 Β· ⭐ 1 Β· πŸ’€) - Thumbor ArcFace can recognize side faces, higher.. MIT Supports python 3 Compatible with thumbor 7 and newer -- remotecv-multidir (πŸ₯‰7 Β· πŸ’€) - RemoteCV image loader from multiple local directories. MIT -- remotecv-redis (πŸ₯‰6 Β· πŸ’€) - Adds loading images directly from Redis storage i.e... MIT +- thumbor_rekognition (πŸ₯ˆ8 Β· ⭐ 10 Β· πŸ’€) - Enable thumbor to use AWS rekognition to run face.. MIT +- thumbor_extras.detectors (πŸ₯ˆ6 Β· πŸ’€) - Some useful extensions to thumbor - extra filters and.. MIT +- thumbor_arcface (πŸ₯‰5 Β· ⭐ 1 Β· πŸ’€) - Thumbor ArcFace can recognize side faces, higher.. MIT Supports python 3 Compatible with thumbor 7 and newer +- remotecv-redis (πŸ₯‰5 Β· πŸ’€) - Adds loading images directly from Redis storage i.e... MIT +- remotecv-multidir (πŸ₯‰2 Β· πŸ’€) - MIT

@@ -238,14 +238,13 @@ _Detectors allow thumbor to discover important points in the images and crop aro _Filters kick in during thumbor's transformation phase and allow for a wide range of different effects and features to resulting images._ -
Show 6 hidden projects... +
Show 5 hidden projects... -- thumbor_extras.filters (πŸ₯‡8 Β· πŸ’€) - Some useful extensions to thumbor - extra filters and.. MIT -- thumbor-icc (πŸ₯ˆ7 Β· ⭐ 3 Β· πŸ’€) - Thumbor filter to convert between ICC profiles. MIT Supports python 3 Compatible with thumbor 7 and newer -- thumbor-padding (πŸ₯ˆ7 Β· ⭐ 3 Β· πŸ’€) - Padding filter for thumbor. MIT -- mg_thumbor (πŸ₯ˆ7 Β· πŸ’€) - A filter for clipping images differently than what.. MIT -- thumbor-focus-filter (πŸ₯ˆ7 Β· πŸ’€) - A Focus filter for Thumbor. MIT -- thumbor-distributed-collage-filter (πŸ₯‰6 Β· ⭐ 1 Β· πŸ’€) - Distributed collage is a filter for creating side-by-.. MIT Supports python 3 Compatible with thumbor 7 and newer +- thumbor_extras.filters (πŸ₯‡6 Β· πŸ’€) - Some useful extensions to thumbor - extra filters and.. MIT +- thumbor-distributed-collage-filter (πŸ₯ˆ5 Β· ⭐ 1 Β· πŸ’€) - Distributed collage is a filter for creating side-by-.. MIT Supports python 3 Compatible with thumbor 7 and newer +- thumbor-icc (πŸ₯‰2 Β· ⭐ 3 Β· πŸ’€) - Thumbor filter to convert between ICC profiles. ❗Unlicensed Supports python 3 Compatible with thumbor 7 and newer +- thumbor-focus-filter (πŸ₯‰2 Β· πŸ’€) - A Focus filter for Thumbor. ❗Unlicensed +- thumbor-padding (πŸ₯‰1 Β· ⭐ 3 Β· πŸ’€) - Padding filter for thumbor. ❗Unlicensed

@@ -255,31 +254,31 @@ _Filters kick in during thumbor's transformation phase and allow for a wide rang _Optimizers run a myriad of tools to crush image sizes and improve quality at the same time._ -
thumbor-plugins-gifv (πŸ₯‡11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT +
thumbor-plugins-gifv (πŸ₯‡14 Β· ⭐ 34 Β· πŸ“ˆ) - Optimizers and filters contributed by the Thumbor.. MIT -- [GitHub](https://github.com/thumbor/thumbor-plugins) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 20 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 09.03.2026): +- [GitHub](https://github.com/thumbor/thumbor-plugins) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 19 Β· ⏱️ 09.03.2026): ``` git clone https://github.com/thumbor/thumbor-plugins ``` -- [PyPi](https://pypi.org/project/thumbor-plugins-gifv) (πŸ“¦ 1 Β· ⏱️ 08.01.2024): +- [PyPi](https://pypi.org/project/thumbor-plugins-gifv) (πŸ“₯ 17K / month): ``` pip install thumbor-plugins-gifv ```
-
thumbor-plugins-mozjpeg (πŸ₯‡11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT +
thumbor-plugins-mozjpeg (πŸ₯ˆ11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT - [GitHub](https://github.com/thumbor/thumbor-plugins) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 20 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 09.03.2026): ``` git clone https://github.com/thumbor/thumbor-plugins ``` -- [PyPi](https://pypi.org/project/thumbor-plugins-mozjpeg) (⏱️ 07.11.2023): +- [PyPi](https://pypi.org/project/thumbor-plugins-mozjpeg) (πŸ“₯ 28 / month Β· ⏱️ 07.11.2023): ``` pip install thumbor-plugins-mozjpeg ```
-
thumbor-plugins-jpegrecompress (πŸ₯‡11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT +
thumbor-plugins-jpegrecompress (πŸ₯ˆ11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT - [GitHub](https://github.com/thumbor/thumbor-plugins) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 20 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 09.03.2026): @@ -291,31 +290,31 @@ _Optimizers run a myriad of tools to crush image sizes and improve quality at th pip install thumbor-plugins-jpegrecompress ```
-
thumbor-plugins-pngcrush (πŸ₯‡11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT +
thumbor-plugins-pngcrush (πŸ₯ˆ11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT - [GitHub](https://github.com/thumbor/thumbor-plugins) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 20 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 09.03.2026): ``` git clone https://github.com/thumbor/thumbor-plugins ``` -- [PyPi](https://pypi.org/project/thumbor-plugins-pngcrush) (⏱️ 07.11.2023): +- [PyPi](https://pypi.org/project/thumbor-plugins-pngcrush) (πŸ“₯ 63 / month Β· ⏱️ 07.11.2023): ``` pip install thumbor-plugins-pngcrush ```
-
thumbor-plugins-jp2 (πŸ₯‡11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT +
thumbor-plugins-jp2 (πŸ₯ˆ11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT - [GitHub](https://github.com/thumbor/thumbor-plugins) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 20 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 09.03.2026): ``` git clone https://github.com/thumbor/thumbor-plugins ``` -- [PyPi](https://pypi.org/project/thumbor-plugins-jp2) (⏱️ 07.11.2023): +- [PyPi](https://pypi.org/project/thumbor-plugins-jp2) (πŸ“₯ 41 / month Β· ⏱️ 07.11.2023): ``` pip install thumbor-plugins-jp2 ```
-
thumbor-plugins-optipng (πŸ₯‡11 Β· ⭐ 34 Β· πŸ“‰) - Optimizers and filters contributed by the Thumbor.. MIT +
thumbor-plugins-optipng (πŸ₯ˆ11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT - [GitHub](https://github.com/thumbor/thumbor-plugins) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 20 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 09.03.2026): @@ -327,7 +326,7 @@ _Optimizers run a myriad of tools to crush image sizes and improve quality at th pip install thumbor-plugins-optipng ```
-
thumbor-plugins-pngquant (πŸ₯‡11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT +
thumbor-plugins-pngquant (πŸ₯ˆ11 Β· ⭐ 34) - Optimizers and filters contributed by the Thumbor.. MIT - [GitHub](https://github.com/thumbor/thumbor-plugins) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 20 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 09.03.2026): @@ -347,14 +346,14 @@ _Optimizers run a myriad of tools to crush image sizes and improve quality at th _Metrics providers plugins connect metrics engines (such as Prometheus) to thumbor metrics system for observability._ -
tc-prometheus (πŸ₯‡10 Β· ⭐ 8 Β· πŸ’€) - Thumbor Prometheus metrics extension. MIT +
tc-prometheus (πŸ₯‡11 Β· ⭐ 8 Β· πŸ’€) - Thumbor Prometheus metrics extension. MIT - [GitHub](https://github.com/thumbor-community/prometheus) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 11 Β· πŸ“‹ 9 - 11% open Β· ⏱️ 05.04.2025): ``` git clone https://github.com/thumbor-community/prometheus ``` -- [PyPi](https://pypi.org/project/tc-prometheus) (πŸ“¦ 2 Β· ⏱️ 05.04.2025): +- [PyPi](https://pypi.org/project/tc-prometheus) (πŸ“₯ 1.3K / month Β· πŸ“¦ 2 Β· ⏱️ 05.04.2025): ``` pip install tc-prometheus ``` @@ -416,14 +415,14 @@ _thumbor secure URLs ensure your thumbor service does not suffer a Denial-Of-Ser _thumbor secure URLs ensure your thumbor service does not suffer a Denial-Of-Service attack. Integrating thumbor images into web frameworks and libraries can make using it much simpler._ -
gatsby-plugin-thumbor (πŸ₯‡25 Β· ⭐ 220) - Digital commerce toolkit for frontend developers. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +
gatsby-plugin-thumbor (πŸ₯‡24 Β· ⭐ 220) - Digital commerce toolkit for frontend developers. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer -- [GitHub](https://github.com/vtex/faststore) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 78 Β· πŸ“‹ 410 - 18% open Β· ⏱️ 31.03.2026): +- [GitHub](https://github.com/vtex/faststore) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 74 Β· πŸ“‹ 360 - 8% open Β· ⏱️ 31.03.2026): ``` git clone https://github.com/vtex/faststore ``` -- [npm](https://www.npmjs.com/package/@vtex/gatsby-plugin-thumbor) (πŸ“₯ 330 / month Β· πŸ“¦ 6 Β· ⏱️ 17.08.2022): +- [npm](https://www.npmjs.com/package/@vtex/gatsby-plugin-thumbor) (πŸ“₯ 340 / month): ``` npm install @vtex/gatsby-plugin-thumbor ``` @@ -432,15 +431,15 @@ _thumbor secure URLs ensure your thumbor service does not suffer a Denial-Of-Ser - ThumborUrlBuilder (πŸ₯‡15 Β· ⭐ 24 Β· πŸ’€) - Client Thumbor for Node JS. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer - thumbor-ts (πŸ₯ˆ12 Β· ⭐ 16 Β· πŸ’€) - Immutable TypeScript client for building Thumbor URLs. MIT Integrates thumbor to Node.JS Integrates thumbor to Typescript Compatible with thumbor 7 and newer -- react-thumbor-img (πŸ₯ˆ12 Β· ⭐ 8 Β· πŸ’€) - A React Component that generates images with valid.. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer Integrates thumbor to React JS Framework -- thumbor-js-url-builder (πŸ₯ˆ10 Β· ⭐ 7 Β· πŸ’€) - Thumbor client for JavaScript. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer -- ember-thumbor-images (πŸ₯‰9 Β· ⭐ 1 Β· πŸ’€) - This is an addon for using thumbor based images in.. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer -- vanilla-thumbor (πŸ₯‰9 Β· ⭐ 1 Β· πŸ’€) - Thumbor client for RN. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer -- mtucourses-thumbor (πŸ₯‰8 Β· ⭐ 2 Β· πŸ’€) - a URL builder for Thumbor. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer -- thumbor-upload js client (πŸ₯‰8 Β· ⭐ 1 Β· πŸ’€) - Thumbor Upload. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer -- dek-thumbor (πŸ₯‰8 Β· πŸ’€) - Thumbor interface plugin for DEK. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer -- nuxt-thumbor (πŸ₯‰6 Β· ⭐ 1 Β· πŸ’€) - Thumbor module for NuxtJS. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- react-thumbor-img (πŸ₯ˆ9 Β· ⭐ 8 Β· πŸ’€) - A React Component that generates images with valid.. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer Integrates thumbor to React JS Framework +- thumbor-upload js client (πŸ₯ˆ8 Β· ⭐ 1 Β· πŸ’€) - Thumbor Upload. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- ember-thumbor-images (πŸ₯‰6 Β· ⭐ 1 Β· πŸ’€) - This is an addon for using thumbor based images in.. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer - react-thumbor (πŸ₯‰6 Β· πŸ’€) - react-thumbor. ❗Unlicensed Integrates thumbor to Node.JS Integrates thumbor to React JS Framework Compatible with thumbor 7 and newer +- dek-thumbor (πŸ₯‰6 Β· πŸ’€) - Thumbor interface plugin for DEK. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- thumbor-js-url-builder (πŸ₯‰5 Β· ⭐ 7 Β· πŸ’€) - Thumbor client for JavaScript. ❗Unlicensed Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- nuxt-thumbor (πŸ₯‰4 Β· ⭐ 1 Β· πŸ’€) - Thumbor module for NuxtJS. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- vanilla-thumbor (πŸ₯‰4 Β· ⭐ 1 Β· πŸ’€) - Thumbor client for RN. ❗Unlicensed Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- mtucourses-thumbor (πŸ₯‰3 Β· ⭐ 2 Β· πŸ’€) - a URL builder for Thumbor. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer

@@ -450,14 +449,14 @@ _thumbor secure URLs ensure your thumbor service does not suffer a Denial-Of-Ser _thumbor secure URLs ensure your thumbor service does not suffer a Denial-Of-Service attack. Integrating thumbor images into web frameworks and libraries can make using it much simpler._ -
pollexor (πŸ₯‡14 Β· ⭐ 640) - Java client for the Thumbor image service which.. Apache-2 Integrates thumbor to Java Compatible with thumbor 7 and newer +
pollexor (πŸ₯‡11 Β· ⭐ 640) - Java client for the Thumbor image service which.. Apache-2 Integrates thumbor to Java Compatible with thumbor 7 and newer -- [GitHub](https://github.com/square/pollexor) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 85 Β· πŸ“‹ 13 - 23% open Β· ⏱️ 24.03.2026): +- [GitHub](https://github.com/square/pollexor) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 82 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 24.03.2026): ``` git clone https://github.com/square/pollexor ``` -- [Maven](https://search.maven.org/artifact/com.squareup/pollexor) (πŸ“¦ 7 Β· ⏱️ 18.01.2022): +- [Maven](https://search.maven.org/artifact/com.squareup/pollexor): ``` com.squareup @@ -477,7 +476,7 @@ _thumbor secure URLs ensure your thumbor service does not suffer a Denial-Of-Ser
Show 4 hidden projects... - ruby-thumbor (πŸ₯‡15 Β· ⭐ 45 Β· πŸ’€) - ruby-thumbor is the client library to thumbor. MIT Integrates thumbor to Ruby Compatible with thumbor 7 and newer -- thumbor_rails (πŸ₯ˆ7 Β· ⭐ 33 Β· πŸ’€) - Make easier to generate and manage Thumbor URLs in.. MIT Integrates thumbor to Ruby Compatible with thumbor 7 and newer +- thumbor_rails (πŸ₯ˆ7 Β· ⭐ 31 Β· πŸ’€) - Make easier to generate and manage Thumbor URLs in.. MIT Integrates thumbor to Ruby Compatible with thumbor 7 and newer - thumbor-versionable (πŸ₯‰5 Β· ⭐ 10 Β· πŸ’€) - A Thumbor client that lets you specify versions of.. MPL-2.0 Integrates thumbor to Ruby Compatible with thumbor 7 and newer - jekyll-thumbor (πŸ₯‰5 Β· πŸ’€) - A Jekyll template tag for Thumbor imaging service. MIT Integrates thumbor to Ruby Compatible with thumbor 7 and newer
diff --git a/history/2026-04-01_changes.md b/history/2026-04-01_changes.md new file mode 100644 index 00000000..64eaf396 --- /dev/null +++ b/history/2026-04-01_changes.md @@ -0,0 +1,17 @@ +## πŸ“ˆ Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- remotecv (πŸ₯‡24 Β· ⭐ 100 Β· πŸ“ˆ) - remotecv is an OpenCV server for facial and feature.. MIT Supports python 3 Compatible with thumbor 7 and newer +- thumbor-plugins-gifv (πŸ₯‡14 Β· ⭐ 34 Β· πŸ“ˆ) - Optimizers and filters contributed by the Thumbor.. MIT + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- thumbor-js-url-builder (πŸ₯‰5 Β· ⭐ 7 Β· πŸ’€) - Thumbor client for JavaScript. ❗Unlicensed Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- vanilla-thumbor (πŸ₯‰4 Β· ⭐ 1 Β· πŸ’€) - Thumbor client for RN. ❗Unlicensed Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- mtucourses-thumbor (πŸ₯‰3 Β· ⭐ 2 Β· πŸ’€) - a URL builder for Thumbor. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- thumbor-padding (πŸ₯‰1 Β· ⭐ 3 Β· πŸ’€) - Padding filter for thumbor. ❗Unlicensed +- mg_thumbor (πŸ“‰) - A filter for clipping images differently than what.. ❗Unlicensed + diff --git a/history/2026-04-01_projects.csv b/history/2026-04-01_projects.csv new file mode 100644 index 00000000..e815c85a --- /dev/null +++ b/history/2026-04-01_projects.csv @@ -0,0 +1,67 @@ +,name,github_id,pypi_id,labels,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,dependent_project_count,github_dependent_project_count,contributor_count,projectrank,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,show,projectrank_placing,url,npm_id,npm_url,npm_monthly_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,github_release_downloads,npm_latest_release_published_at,npm_dependent_project_count,docs_url,maven_id,maven_url,updated_github_id +0,thumbor,thumbor/thumbor,thumbor,"['python3', 'thumbor7']",core,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05,2026-03-27 23:05:09.000000,2026-03-27 01:25:02,2513.0,20.0,843.0,192.0,790.0,18.0,1001.0,10470.0,2025-05-15 16:39:01.000,7.7.7,119.0,thumbor is an open-source photo thumbnail service by globo.com.,435.0,385.0,206.0,33,https://pypi.org/project/thumbor,2025-05-15 16:39:01,50.0,17400.0,17400.0,True,1.0,,,,,,,,,,,,,,,,, +1,gatsby-plugin-thumbor,vtex/faststore,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/vtex/faststore,https://github.com/vtex/faststore,MIT,2020-06-15 23:40:50,2026-04-01 20:05:36.000000,2026-03-31 16:50:14,5434.0,68.0,74.0,89.0,2863.0,29.0,330.0,217.0,2026-02-19 13:10:59.000,3.97.0,32.0,Digital commerce toolkit for frontend developers.,,,119.0,24,,,,,341.0,True,1.0,https://github.com/vtex/faststore/tree/master/packages/gatsby-plugin-thumbor,@vtex/gatsby-plugin-thumbor,https://www.npmjs.com/package/@vtex/gatsby-plugin-thumbor,341.0,,,,,,,,,,,,, +2,remotecv,thumbor/remotecv,remotecv,"['python3', 'thumbor7']",detectors,https://github.com/thumbor/remotecv,https://github.com/thumbor/remotecv,MIT,2012-01-04 12:09:00,2026-03-17 19:17:53.000000,2026-03-15 21:57:48,194.0,16.0,34.0,28.0,80.0,3.0,22.0,100.0,2026-03-16 02:13:46.000,5.2.0,52.0,remotecv is an OpenCV server for facial and feature recognition.,48.0,45.0,24.0,24,https://pypi.org/project/remotecv,2026-03-16 02:10:53,3.0,6286.0,6286.0,True,1.0,,,,,3.0,,,,,,,,,,,, +3,APSL Thumbor,APSL/docker-thumbor,,['docker'],hosting,https://github.com/APSL/docker-thumbor,https://github.com/APSL/docker-thumbor,MIT,2015-06-18 19:07:56,2022-05-17 10:44:43.000000,2017-04-18 07:37:47,163.0,,109.0,15.0,39.0,1.0,71.0,343.0,2017-03-27 14:32:19.000,6.3.0,10.0,"Docker image for thumbor. Detectors, optimizers, lazy detection and separate docker for remotecv.",,,15.0,19,,,,,79308.0,False,1.0,,,,,,apsl/thumbor,https://hub.docker.com/r/apsl/thumbor,2019-12-17 16:40:20.048888,50.0,10310050.0,,,,,,, +4,libthumbor,thumbor/libthumbor,libthumbor,"['python3', 'thumbor7']",core,https://github.com/thumbor/libthumbor,https://github.com/thumbor/libthumbor,MIT,2011-03-30 17:31:59,2026-03-30 20:20:33.000000,2026-03-18 01:18:30,153.0,13.0,39.0,24.0,56.0,5.0,15.0,63.0,2022-03-31 13:34:23.000,2.0.2,21.0,Pythons extensions to thumbor. These are used to generate safe urls among others.,254.0,243.0,18.0,19,https://pypi.org/project/libthumbor,2022-03-31 13:32:59,11.0,,,True,3.0,,,,,,,,,,,,,,,,, +5,Minimal Compact Thumbor,MinimalCompact/thumbor,,['docker'],hosting,https://github.com/MinimalCompact/thumbor,https://github.com/MinimalCompact/thumbor,MIT,2018-07-01 19:40:19,2025-12-08 19:08:29.000000,2025-12-08 19:08:28,164.0,,91.0,12.0,89.0,,81.0,327.0,,,,The quickest way to run thumbor.,,,29.0,18,,,,,82290.0,True,2.0,,,,,,minimalcompact/thumbor,https://hub.docker.com/r/minimalcompact/thumbor,2023-04-26 14:23:16.465233,27.0,7652977.0,,,,,,, +6,tc_aws.storage,thumbor-community/aws,tc_aws,[],storage-and-result-storage,https://github.com/thumbor-community/aws,https://github.com/thumbor-community/aws,MIT,2015-06-15 13:44:10,2025-08-21 08:50:46.000000,2025-08-21 08:47:21,261.0,,74.0,10.0,68.0,3.0,95.0,159.0,2025-08-21 08:49:03.000,7.0.4,47.0,Thumbor AWS extensions.,2.0,,41.0,18,https://pypi.org/project/tc_aws,2025-08-21 08:50:46,2.0,1505.0,1505.0,True,1.0,,,,,,,,,,,14.0,,,,,, +7,tc_aws.loaders,thumbor-community/aws,tc_aws,[],loaders,https://github.com/thumbor-community/aws,https://github.com/thumbor-community/aws,MIT,2015-06-15 13:44:10,2025-08-21 08:50:46.000000,2025-08-21 08:47:21,261.0,,74.0,10.0,68.0,3.0,95.0,159.0,2025-08-21 08:49:03.000,7.0.4,47.0,Thumbor AWS extensions.,2.0,,41.0,18,https://pypi.org/project/tc_aws,2025-08-21 08:50:46,2.0,1505.0,1505.0,True,1.0,,,,,,,,,,,14.0,,,,,, +8,ruby-thumbor,thumbor/ruby-thumbor,,"['ruby', 'thumbor7']",ruby-url-and-framework,https://github.com/thumbor/ruby-thumbor,https://github.com/thumbor/ruby-thumbor,MIT,2011-04-03 02:30:00,2022-01-30 12:51:04.000000,2022-01-30 12:49:18,175.0,,12.0,23.0,20.0,,5.0,45.0,2022-01-28 02:08:19.000,4.0.0,2.0,ruby-thumbor is the client library to thumbor.,160.0,160.0,17.0,15,,,,,,False,1.0,,,,,,,,,,,,,,,,, +9,ThumborUrlBuilder,policymic/thumbor#readme,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/policymic/thumbor#readme,https://github.com/policymic/thumbor#readme,MIT,2014-03-03 19:22:12,2020-12-11 07:29:00.000000,,,,21.0,,,5.0,,24.0,2017-09-07 07:05:18.804,0.1.5,6.0,Client Thumbor for Node JS.,20.0,,5.0,15,,,,,7020.0,False,1.0,,thumbor,https://www.npmjs.com/package/thumbor,7020.0,,,,,,,,2017-09-07 07:05:18.804,20.0,,,, +10,thumbor-plugins-gifv,thumbor/thumbor-plugins,thumbor-plugins-gifv,[],optimizers,https://github.com/thumbor/thumbor-plugins,https://github.com/thumbor/thumbor-plugins,MIT,2015-03-10 13:14:41,2026-03-10 02:12:52.000000,2026-03-09 18:59:13,159.0,1.0,19.0,19.0,100.0,,13.0,34.0,2024-01-08 18:58:36.000,thumbor-plugins-gifv-v0.1.5,33.0,Optimizers and filters contributed by the Thumbor community.,,,15.0,14,https://pypi.org/project/thumbor-plugins-gifv,,,16883.0,16883.0,True,1.0,,,,,3.0,,,,,,,,,,,, +11,thumbor-aws S3 Storages and S3 Result Storage,thumbor/thumbor-aws,thumbor-aws,"['python3', 'thumbor7']",storage-and-result-storage,https://github.com/thumbor/thumbor-aws,https://github.com/thumbor/thumbor-aws,MIT,2021-11-21 02:37:07,2026-03-23 19:33:09.000000,2026-03-19 02:44:01,247.0,11.0,19.0,3.0,323.0,13.0,30.0,25.0,2025-08-26 14:26:15.000,0.9.1,13.0,thumbor-aws is a set of modern thumbor (7.0.0) AWS Extensions (Storages and Result Storages).,,,9.0,14,https://pypi.org/project/thumbor-aws,2025-08-26 14:26:54,,,,True,2.0,,,,,,,,,,,,,,,,, +12,thumbor-aws S3 loader,thumbor/thumbor-aws,thumbor-aws,"['python3', 'thumbor7']",loaders,https://github.com/thumbor/thumbor-aws,https://github.com/thumbor/thumbor-aws,MIT,2021-11-21 02:37:07,2026-03-23 19:33:09.000000,2026-03-19 02:44:01,247.0,11.0,19.0,3.0,323.0,13.0,30.0,25.0,2025-08-26 14:26:15.000,0.9.1,13.0,thumbor-aws is a set of modern thumbor (7.0.0) AWS Extensions (Storages and Result Storages).,,,9.0,14,https://pypi.org/project/thumbor-aws,2025-08-26 14:26:54,,,,True,2.0,,,,,,,,,,,,,,,,, +13,django-thumbor,ricobl/django-thumbor,django-thumbor,"['python3', 'thumbor7', 'django']",python-url-and-framework,https://github.com/ricobl/django-thumbor,https://github.com/ricobl/django-thumbor,MIT,2012-12-16 20:27:56,2026-03-04 21:45:41.000000,2026-02-11 06:07:44,137.0,1.0,21.0,2.0,40.0,1.0,11.0,92.0,2024-04-28 21:21:24.000,0.6.0,13.0,A django app with templatetags for resizing images with thumbor.,28.0,28.0,8.0,12,https://pypi.org/project/django-thumbor,2024-04-28 21:21:24,,,,True,1.0,,,,,,,,,,,,,,https://django-thumbor.readthedocs.io/en/latest/,,, +14,Thumbor S3 Docker,beeyev/thumbor-s3-docker,,"['docker', 'thumbor7', 'python3']",hosting,https://github.com/beeyev/thumbor-s3-docker,https://github.com/beeyev/thumbor-s3-docker,MIT,2022-04-28 19:57:19,2025-11-24 08:04:39.000000,2024-10-01 09:56:44,58.0,,14.0,4.0,32.0,4.0,9.0,62.0,2024-10-01 10:11:25.000,7.7-2,12.0,"A docker image for thumbor with AWS S3 / Minio integration for cropping, resizing, applying filters and optimizing..",,,4.0,12,,,,,1692.0,False,2.0,,,,,,beeyev/thumbor-s3,https://hub.docker.com/r/beeyev/thumbor-s3,2025-08-02 03:09:45.508509,1.0,81263.0,,,,,,, +15,thumbor-ts,Brettm12345/thumbor-ts,,"['node', 'typescript', 'thumbor7']",js-url-and-framework,https://github.com/Brettm12345/thumbor-ts,https://github.com/Brettm12345/thumbor-ts,MIT,2019-10-28 14:36:41,2026-04-01 16:45:16.000000,2024-03-16 05:13:46,686.0,,2.0,,610.0,1.0,2.0,16.0,2020-10-10 16:53:28.549,1.3.91,30.0,Immutable TypeScript client for building Thumbor URLs.,18.0,12.0,6.0,12,,,,,124.0,False,2.0,,thumbor-ts,https://www.npmjs.com/package/thumbor-ts,124.0,,,,,,,,2020-10-10 16:53:28.549,6.0,,,, +16,pollexor,square/pollexor,,"['java', 'thumbor7']",java-url-and-framework,https://github.com/square/pollexor,https://github.com/square/pollexor,Apache-2.0,2012-07-17 18:06:03,2026-03-24 13:47:01.000000,2026-03-24 13:46:58,178.0,1.0,82.0,19.0,51.0,1.0,10.0,641.0,,,,Java client for the Thumbor image service which allows you to build URIs in an expressive fashion using a fluent API.,,,15.0,11,,,,,,True,1.0,,,,,,,,,,,,,,,com.squareup:pollexor,https://search.maven.org/artifact/com.squareup/pollexor, +17,thumbor-video-engine,theatlantic/thumbor-video-engine,thumbor-video-engine,"['python3', 'thumbor7']",engines,https://github.com/theatlantic/thumbor-video-engine,https://github.com/theatlantic/thumbor-video-engine,BSD-3-Clause,2019-12-24 21:34:29,2025-06-02 12:24:18.000000,2025-06-02 12:24:18,63.0,,12.0,16.0,14.0,7.0,10.0,36.0,2024-07-09 01:35:34.000,1.2.5,11.0,An engine and tools for manipulating videos with thumbor using ffmpeg.,4.0,4.0,4.0,11,https://pypi.org/project/thumbor-video-engine,2024-07-09 01:35:34,,,,True,1.0,,,,,,,,,,,,,,,,, +18,thumbor-plugins-mozjpeg,thumbor/thumbor-plugins,thumbor-plugins-mozjpeg,[],optimizers,https://github.com/thumbor/thumbor-plugins,https://github.com/thumbor/thumbor-plugins,MIT,2015-03-10 13:14:41,2026-03-10 02:12:52.000000,2026-03-09 18:59:13,159.0,1.0,20.0,19.0,100.0,7.0,13.0,34.0,2024-01-08 18:58:36.000,thumbor-plugins-gifv-v0.1.5,33.0,Optimizers and filters contributed by the Thumbor community.,,,15.0,11,https://pypi.org/project/thumbor-plugins-mozjpeg,2023-11-07 23:04:42,,28.0,28.0,True,2.0,,,,,,,,,,,,,,,,, +19,thumbor-plugins-jpegrecompress,thumbor/thumbor-plugins,thumbor-plugins-jpegrecompress,[],optimizers,https://github.com/thumbor/thumbor-plugins,https://github.com/thumbor/thumbor-plugins,MIT,2015-03-10 13:14:41,2026-03-10 02:12:52.000000,2026-03-09 18:59:13,159.0,1.0,20.0,19.0,100.0,7.0,13.0,34.0,2024-01-08 18:58:36.000,thumbor-plugins-gifv-v0.1.5,33.0,Optimizers and filters contributed by the Thumbor community.,,,15.0,11,https://pypi.org/project/thumbor-plugins-jpegrecompress,2023-11-07 23:02:49,,,,True,2.0,,,,,,,,,,,,,,,,, +20,thumbor-plugins-pngcrush,thumbor/thumbor-plugins,thumbor-plugins-pngcrush,[],optimizers,https://github.com/thumbor/thumbor-plugins,https://github.com/thumbor/thumbor-plugins,MIT,2015-03-10 13:14:41,2026-03-10 02:12:52.000000,2026-03-09 18:59:13,159.0,1.0,20.0,19.0,100.0,7.0,13.0,34.0,2024-01-08 18:58:36.000,thumbor-plugins-gifv-v0.1.5,33.0,Optimizers and filters contributed by the Thumbor community.,,,15.0,11,https://pypi.org/project/thumbor-plugins-pngcrush,2023-11-07 14:30:53,,63.0,63.0,True,2.0,,,,,,,,,,,,,,,,, +21,thumbor-plugins-jp2,thumbor/thumbor-plugins,thumbor-plugins-jp2,[],optimizers,https://github.com/thumbor/thumbor-plugins,https://github.com/thumbor/thumbor-plugins,MIT,2015-03-10 13:14:41,2026-03-10 02:12:52.000000,2026-03-09 18:59:13,159.0,1.0,20.0,19.0,100.0,7.0,13.0,34.0,2024-01-08 18:58:36.000,thumbor-plugins-gifv-v0.1.5,33.0,Optimizers and filters contributed by the Thumbor community.,,,15.0,11,https://pypi.org/project/thumbor-plugins-jp2,2023-11-07 14:38:11,,41.0,41.0,True,2.0,,,,,,,,,,,,,,,,, +22,thumbor-plugins-optipng,thumbor/thumbor-plugins,thumbor-plugins-optipng,[],optimizers,https://github.com/thumbor/thumbor-plugins,https://github.com/thumbor/thumbor-plugins,MIT,2015-03-10 13:14:41,2026-03-10 02:12:52.000000,2026-03-09 18:59:13,159.0,1.0,20.0,19.0,100.0,7.0,13.0,34.0,2024-01-08 18:58:36.000,thumbor-plugins-gifv-v0.1.5,33.0,Optimizers and filters contributed by the Thumbor community.,,,15.0,11,https://pypi.org/project/thumbor-plugins-optipng,2023-11-04 21:11:05,,,,True,2.0,,,,,,,,,,,,,,,,, +23,thumbor-plugins-pngquant,thumbor/thumbor-plugins,thumbor-plugins-pngquant,[],optimizers,https://github.com/thumbor/thumbor-plugins,https://github.com/thumbor/thumbor-plugins,MIT,2015-03-10 13:14:41,2026-03-10 02:12:52.000000,2026-03-09 18:59:13,159.0,1.0,20.0,19.0,100.0,7.0,13.0,34.0,2024-01-08 18:58:36.000,thumbor-plugins-gifv-v0.1.5,33.0,Optimizers and filters contributed by the Thumbor community.,,,15.0,11,https://pypi.org/project/thumbor-plugins-pngquant,2023-11-07 22:56:14,,,,True,2.0,,,,,,,,,,,,,,,,, +24,opencv-engine,thumbor/opencv-engine,opencv-engine,[],engines,https://github.com/thumbor/opencv-engine,https://github.com/thumbor/opencv-engine,MIT,2014-03-12 19:07:03,2022-01-31 23:50:14.000000,2018-05-23 21:07:08,25.0,,25.0,24.0,16.0,15.0,11.0,26.0,2015-04-12 23:23:07.000,1.0.1,3.0,Thumbor engine for the openCV imaging library.,,,8.0,11,https://pypi.org/project/opencv-engine,2015-04-12 22:48:56,,,0.0,False,1.0,,,,,,,,,,,16.0,,,,,, +25,tc_redis.storage,thumbor-community/redis,tc_redis,[],storage-and-result-storage,https://github.com/thumbor-community/redis,https://github.com/thumbor-community/redis,MIT,2015-08-11 14:17:21,2024-01-02 20:14:35.000000,2024-01-02 19:35:36,36.0,,17.0,3.0,11.0,2.0,4.0,13.0,2024-01-02 20:14:35.000,2.5.0,7.0,Redis support.,,,7.0,11,https://pypi.org/project/tc_redis,2024-01-02 20:14:35,,788.0,788.0,False,3.0,,,,,,,,,,,,,,,,, +26,tc-prometheus,thumbor-community/prometheus,tc-prometheus,[],metrics,https://github.com/thumbor-community/prometheus,https://github.com/thumbor-community/prometheus,MIT,2017-02-23 16:28:23,2025-04-05 22:10:18.000000,2025-04-05 22:07:12,51.0,,11.0,2.0,13.0,1.0,8.0,8.0,2025-04-05 22:13:44.000,4.0.0,6.0,Thumbor Prometheus metrics extension.,2.0,,5.0,11,https://pypi.org/project/tc-prometheus,2025-04-05 22:10:18,2.0,1337.0,1337.0,True,1.0,,,,,,,,,,,,,,,,, +27,django-thumborstorage,Starou/django-thumborstorage,django-thumborstorage,"['python3', 'thumbor7', 'django']",python-url-and-framework,https://github.com/Starou/django-thumborstorage,https://github.com/Starou/django-thumborstorage,MIT,2013-11-07 08:39:00,2025-05-20 06:56:48.000000,2025-05-20 06:55:44,154.0,,5.0,2.0,22.0,1.0,12.0,17.0,2025-05-20 06:56:48.000,2.1.0,21.0,Django storage backend for Thumbor.,8.0,8.0,5.0,10,https://pypi.org/project/django-thumborstorage,2025-05-20 06:56:48,,,,True,2.0,,,,,,,,,,,,,,,,, +28,tc_pdf,intellisense/tc_pdf,tc_pdf,"['python3', 'thumbor7', 'tc']",others,https://github.com/intellisense/tc_pdf,https://github.com/intellisense/tc_pdf,MIT,2017-12-14 00:34:17,2023-05-17 10:12:59.000000,2023-05-17 00:14:51,21.0,,3.0,1.0,2.0,,1.0,6.0,2023-05-17 10:12:59.000,1.0.0,8.0,Thumbor PDF Preview.,,,2.0,10,https://pypi.org/project/tc_pdf,2017-12-14 00:06:52,,,0.0,False,1.0,,,,,,,,,,,8.0,,,,,, +29,thumbor_dash,mayoreee/thumbor_dash,thumbor_dash,"['python3', 'thumbor7']",python-url-and-framework,https://github.com/mayoreee/thumbor_dash,https://github.com/mayoreee/thumbor_dash,MIT,2021-05-12 21:47:58,2024-10-03 23:43:05.000000,2024-10-03 23:43:03,253.0,,3.0,1.0,49.0,2.0,,3.0,2022-06-11 00:32:45.000,0.0.20,21.0,A Thumbor server extension for DASH.,,,4.0,10,https://pypi.org/project/thumbor_dash,2022-06-11 00:32:45,,129.0,129.0,False,2.0,,,,,,,,,,,,,,,,, +30,react-thumbor-img,ytase/react-thumbor-img,,"['node', 'thumbor7', 'react']",js-url-and-framework,https://github.com/ytase/react-thumbor-img,https://github.com/ytase/react-thumbor-img,MIT,2017-04-24 15:19:21,2023-01-04 21:39:59.000000,2021-05-25 05:57:57,46.0,,3.0,2.0,10.0,1.0,,8.0,,,,A React Component that generates images with valid Thumbor URLs for you.,7.0,7.0,6.0,9,,,,,653.0,False,2.0,,react-thumbor-img,https://www.npmjs.com/package/react-thumbor-img,653.0,,,,,,,,,,,,, +31,thumbor-php,beeyev/thumbor-php,,"['PHP', 'thumbor7', 'laravel']",php-url-and-framework,https://github.com/beeyev/thumbor-php,https://github.com/beeyev/thumbor-php,MIT,2022-06-24 16:09:29,2025-12-15 14:04:51.000000,2024-09-09 14:54:33,24.0,,2.0,3.0,26.0,5.0,1.0,28.0,2023-06-19 19:32:33.000,2.0.3,5.0,PHP implementation of URL generator for Thumbor.,,,4.0,8,,,,,,False,1.0,,,,,,,,,,,,,,https://github.com/beeyev/thumbor-php/,,, +32,thumbor-docker,mvhirsch/thumbor-docker,,"['docker', 'thumbor7', 'python3']",hosting,https://github.com/mvhirsch/thumbor-docker,https://github.com/mvhirsch/thumbor-docker,MIT,2018-08-28 15:01:47,2023-08-25 05:53:24.000000,2023-08-25 05:53:24,46.0,,4.0,2.0,10.0,5.0,7.0,27.0,,,,Unofficial thumbor docker image.,,,5.0,8,,,,,80.0,False,3.0,,,,,,mvhirsch/thumbor,https://hub.docker.com/r/mvhirsch/thumbor,2023-07-20 06:15:29.292056,1.0,7361.0,,,,,,, +33,thumbor_hbase,dhardy92/thumbor_hbase,thumbor_hbase,[],loaders,https://github.com/dhardy92/thumbor_hbase,https://github.com/dhardy92/thumbor_hbase,MIT,2012-02-21 14:43:57,2015-06-23 13:03:39.000000,2015-06-23 13:03:39,95.0,,8.0,1.0,6.0,2.0,,10.0,,,11.0,hbase storage for thumbor (https://github.com/globocom/thumbor).,,,6.0,8,https://pypi.org/project/thumbor_hbase,2013-05-16 10:36:00,,38.0,38.0,False,2.0,,,,,,,,,,,,,,,,, +34,thumbor_rekognition,yu-liang-kono/thumbor_rekognition,thumbor_rekognition,[],detectors,https://github.com/yu-liang-kono/thumbor_rekognition,https://github.com/yu-liang-kono/thumbor_rekognition,MIT,2017-05-06 14:12:11,2023-10-03 21:02:37.000000,2017-05-09 18:08:48,25.0,,5.0,3.0,10.0,2.0,,10.0,,,,Enable thumbor to use AWS rekognition to run face detection.,3.0,3.0,,8,https://pypi.org/project/thumbor_rekognition,,,,,False,2.0,,,,,,,,,,,,,,,,, +35,hey-car thumbor,hey-car/thumbor,,['docker'],hosting,https://github.com/hey-car/thumbor,https://github.com/hey-car/thumbor,MIT,2018-01-02 14:02:37,2019-02-22 10:30:36.000000,2019-01-07 08:06:43,21.0,,5.0,6.0,3.0,,,8.0,,,,Yet another Thumbor Docker image.,,,2.0,8,,,,,323.0,False,3.0,,,,,,heycar/thumbor/,https://hub.docker.com/r/heycar/thumbor/,2019-01-07 08:33:33.082135,1.0,31979.0,,,,,,, +36,thumbor-memcached,thumbor-community/thumbor-memcached,thumbor-memcached,[],storage-and-result-storage,https://github.com/thumbor-community/thumbor-memcached,https://github.com/thumbor-community/thumbor-memcached,MIT,2015-11-04 18:31:33,2017-07-05 15:04:24.000000,2017-07-05 15:04:23,14.0,,1.0,3.0,3.0,2.0,,4.0,2015-11-04 19:00:35.000,5.1.0,1.0,thumbor-memcached provides storages using memcached as a backend.,23.0,23.0,4.0,8,https://pypi.org/project/thumbor-memcached,2015-11-04 19:00:35,,,,False,3.0,,,,,,,,,,,,,,,,, +37,thumbor-upload js client,handhead/thumbor-upload,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/handhead/thumbor-upload,https://github.com/handhead/thumbor-upload,MIT,2021-02-12 13:04:31,2021-02-15 18:51:14.941000,2021-02-15 18:45:44,10.0,,,2.0,,,,1.0,2021-02-15 18:51:14.941,1.1.0,2.0,Thumbor Upload.,5.0,2.0,2.0,8,,,,,1.0,False,2.0,,thumbor-upload,https://www.npmjs.com/package/thumbor-upload,1.0,,,,,,,,2021-02-15 18:51:14.941,3.0,,,, +38,thumbor_rails,rafaelcaricio/thumbor_rails,,"['ruby', 'thumbor7']",ruby-url-and-framework,https://github.com/rafaelcaricio/thumbor_rails,https://github.com/rafaelcaricio/thumbor_rails,MIT,2014-05-26 08:15:08,2018-03-26 11:55:02.000000,2018-03-26 11:55:01,56.0,,6.0,1.0,10.0,,2.0,31.0,,,,Make easier to generate and manage Thumbor URLs in your Rails project.,4.0,4.0,8.0,7,,,,,,False,2.0,,,,,,,,,,,,,,,,, +39,thumbor-expire,HonQii/thumbor-expire,thumbor-expire,"['python3', 'thumbor7']",url-signers,https://github.com/HonQii/thumbor-expire,https://github.com/HonQii/thumbor-expire,MIT,2021-04-21 10:23:54,2021-05-09 05:30:13.000000,2021-05-09 05:28:44,9.0,,,1.0,,,,2.0,2021-05-09 05:30:13.000,0.1.3,4.0,Add timeout verification for thumbor.,,,,7,https://pypi.org/project/thumbor-expire,2021-05-09 05:30:13,,,,False,1.0,,,,,,,,,,,,,,,,, +40,thumbor-multidir,benneic/thumbor_multidir,thumbor-multidir,[],loaders,https://github.com/benneic/thumbor_multidir,https://github.com/benneic/thumbor_multidir,MIT,2020-02-13 05:05:54,2022-11-13 11:50:03.000000,2020-02-17 23:57:53,11.0,,2.0,1.0,1.0,,,,2020-02-17 23:58:13.000,0.2.8,9.0,Thumbor file loader plugin that search multiple paths on disk.,,,,7,https://pypi.org/project/thumbor-multidir,2020-02-17 23:58:13,,29.0,29.0,False,3.0,,,,,,,,,,,,,,,,, +41,thumbor-aliases,dgarana/thumbor-aliases,thumbor-aliases,['tc'],python-url-and-framework,https://github.com/dgarana/thumbor-aliases,https://github.com/dgarana/thumbor-aliases,MIT,2019-02-18 23:37:13,2019-06-16 14:42:58.000000,2019-06-16 14:42:20,19.0,,1.0,1.0,1.0,2.0,1.0,,2019-02-18 23:45:57.000,0.0.3,3.0,Thumbor URL Aliases.,,,4.0,7,https://pypi.org/project/thumbor-aliases,2019-02-18 23:45:57,,10.0,10.0,False,3.0,,,,,,,,,,,,,,,,, +42,thumbor-wand-engine,scorphus/thumbor-wand-engine,thumbor-wand-engine,[],engines,https://github.com/scorphus/thumbor-wand-engine,https://github.com/scorphus/thumbor-wand-engine,MIT,2020-11-16 09:23:39,2022-01-30 12:57:32.000000,2022-01-30 12:51:43,100.0,,,1.0,6.0,2.0,4.0,17.0,2022-01-30 13:01:15.000,0.1.1,2.0,ImageMagick engine for Thumbor.,,,2.0,6,https://pypi.org/project/thumbor-wand-engine,2022-01-30 12:53:35,,,,False,3.0,,,,,,,,,,,,,,,,, +43,thumbor-request-modifier-http-loader,dffrntmedia/thumbor-request-modifier-http-loader,thumbor-request-modifier-http-loader,[],loaders,https://github.com/dffrntmedia/thumbor-request-modifier,https://github.com/dffrntmedia/thumbor-request-modifier,GPL-3.0,2020-12-01 18:32:39,2022-07-04 15:46:43.000000,2022-07-04 14:58:55,27.0,,,2.0,1.0,,1.0,1.0,,,10.0,Custom HTTP loader for Thumbor which allows modifying client request when certain conditions are met.,,,2.0,6,https://pypi.org/project/thumbor-request-modifier-http-loader,2020-12-02 14:19:38,,32.0,32.0,False,3.0,,,,,,,,,,,,,,,,,dffrntmedia/thumbor-request-modifier +44,ember-thumbor-images,abhilashlr/ember-thumbor-images,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/abhilashlr/ember-thumbor-images,https://github.com/abhilashlr/ember-thumbor-images,MIT,2020-03-01 17:40:10,2023-01-23 23:08:27.000000,2021-10-25 09:43:39,142.0,,,1.0,291.0,2.0,1.0,1.0,2021-10-10 04:19:51.000,1.0.0,7.0,This is an addon for using thumbor based images in apps.,3.0,3.0,6.0,6,,,,,15.0,False,3.0,,ember-thumbor-images,https://www.npmjs.com/package/ember-thumbor-images,15.0,,,,,,,,,,,,, +45,thumbor-cassandra,glborges/thumbor-cassandra,thumbor-cassandra,[],loaders,https://github.com/glborges/thumbor-cassandra,https://github.com/glborges/thumbor-cassandra,MIT,2019-02-06 13:51:23,2019-02-07 15:38:15.000000,2019-02-07 14:59:18,8.0,,,1.0,,1.0,,,,,3.0,Thumbor plugin for Apache Cassandra.,,,2.0,6,https://pypi.org/project/thumbor-cassandra,2019-02-07 15:38:15,,10.0,10.0,False,3.0,,,,,,,,,,,,,,,,, +46,thumbor_extras.detectors,imaus10/thumbor_extras,thumbor_extras,[],detectors,https://github.com/imaus10/thumbor_extras,https://github.com/imaus10/thumbor_extras,MIT,2019-04-12 14:46:00,2019-09-10 05:49:41.000000,2019-09-10 05:44:22,31.0,,,1.0,,1.0,,,,,,Some useful extensions to thumbor - extra filters and detectors.,,,,6,https://pypi.org/project/thumbor_extras,,,25.0,25.0,False,2.0,,,,,,,,,,,,,,,,, +47,thumbor_extras.filters,imaus10/thumbor_extras,thumbor_extras,[],filters,https://github.com/imaus10/thumbor_extras,https://github.com/imaus10/thumbor_extras,MIT,2019-04-12 14:46:00,2019-09-10 05:49:41.000000,2019-09-10 05:44:22,31.0,,,1.0,,1.0,,,,,,Some useful extensions to thumbor - extra filters and detectors.,,,,6,https://pypi.org/project/thumbor_extras,,,25.0,25.0,False,1.0,,,,,,,,,,,,,,,,, +48,react-thumbor,clayrisser/react-thumbor,,"['node', 'react', 'thumbor7']",js-url-and-framework,https://github.com/clayrisser/react-thumbor,https://github.com/clayrisser/react-thumbor,,2016-12-06 00:06:20,2023-07-13 07:16:40.000000,2023-07-13 07:16:30,26.0,,,1.0,,,,,2016-12-07 06:32:52.067,0.1.21,21.0,react-thumbor.,8.0,3.0,2.0,6,,,,,80.0,False,3.0,,react-thumbor,https://www.npmjs.com/package/react-thumbor,80.0,,,,,,,,2016-12-07 06:32:52.067,5.0,,,, +49,dek-thumbor,dekproject/thumbor,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/andrehrferreira/dek-thumbor,https://github.com/andrehrferreira/dek-thumbor,MIT,2020-08-07 16:40:16,2020-08-07 20:24:29.000000,2020-08-07 20:24:22,3.0,,,,,,,,,,,Thumbor interface plugin for DEK.,3.0,3.0,,6,,,,,10.0,False,3.0,,@dekproject/thumbor,https://www.npmjs.com/package/@dekproject/thumbor,10.0,,,,,,,,,,,,,andrehrferreira/dek-thumbor +50,thumbor-versionable,vjustov/thumbor-versionable,,"['ruby', 'thumbor7']",ruby-url-and-framework,https://github.com/vjustov/thumbor-versionable,https://github.com/vjustov/thumbor-versionable,MPL-2.0,2014-12-14 00:00:32,2015-11-30 16:39:10.000000,2015-11-30 16:38:57,41.0,,4.0,2.0,14.0,3.0,7.0,10.0,,,,A Thumbor client that lets you specify versions of given image.,1.0,1.0,2.0,5,,,,,,False,3.0,,,,,,,,,,,,,,,,, +51,thumbor-js-url-builder,heysafronov/thumbor-url-builder,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/heysafronov/thumbor-url-builder,https://github.com/heysafronov/thumbor-url-builder,,2018-12-07 21:13:05,2023-12-06 19:46:28.000000,2020-01-28 17:52:17,46.0,,3.0,1.0,2.0,,,7.0,,,,Thumbor client for JavaScript.,2.0,2.0,2.0,5,,,,,634.0,False,3.0,,thumbor-js-url-builder,https://www.npmjs.com/package/thumbor-js-url-builder,634.0,-5.0,,,,,,,,,,,, +52,thumbor_arcface,lanrenwo/thumbor_arcface,thumbor-arcface,"['python3', 'thumbor7']",detectors,https://github.com/lanrenwo/thumbor_arcface,https://github.com/lanrenwo/thumbor_arcface,MIT,2021-03-29 05:54:25,2023-08-22 06:04:31.000000,2023-08-22 05:52:01,20.0,,,1.0,,,,1.0,2023-08-22 06:04:31.000,0.1.7,2.0,"Thumbor ArcFace can recognize side faces, higher recognition rate.",,,,5,https://pypi.org/project/thumbor-arcface,,,,,False,3.0,,,,,,,,,,,,,,,,, +53,thumbor-distributed-collage-filter,globocom/thumbor-distributed-collage-filter,thumbor-distributed-collage-filter,"['python3', 'thumbor7']",filters,https://github.com/globocom/thumbor-distributed-collage-filter,https://github.com/globocom/thumbor-distributed-collage-filter,MIT,2018-01-15 13:58:39,2022-03-07 12:52:09.000000,2022-02-02 18:51:50,20.0,,1.0,35.0,2.0,,1.0,1.0,,,,Distributed collage is a filter for creating side-by-side images.,2.0,2.0,3.0,5,https://pypi.org/project/thumbor-distributed-collage-filter,,,21.0,21.0,False,2.0,,,,,,,,,,,,,,,,, +54,thumbor_head,torsdag/thumbor_head,thumbor_head,[],storage-and-result-storage,https://github.com/torsdag/thumbor_head,https://github.com/torsdag/thumbor_head,,2017-02-23 13:52:14,2017-02-27 13:01:38.000000,2017-02-27 13:00:30,3.0,,,1.0,,1.0,,,2017-02-27 13:01:38.000,0.1.1,2.0,Allow checking of http status code for all requests even if cached.,,,,5,https://pypi.org/project/thumbor_head,2017-02-27 13:01:38,,,,False,3.0,,,,,,,,,,,,,,,,, +55,remotecv-redis,benneic/remotecv_redis,remotecv-redis,[],detectors,https://github.com/benneic/remotecv_redis,https://github.com/benneic/remotecv_redis,MIT,2020-01-20 01:00:05,2020-03-02 01:15:09.000000,2020-03-02 01:15:02,15.0,,,1.0,,1.0,,,,,,Adds loading images directly from Redis storage i.e. from Thumbor.,,,,5,https://pypi.org/project/remotecv-redis,,,22.0,22.0,False,3.0,,,,,,,,,,,,,,,,, +56,jekyll-thumbor,myles/jekyll-thumbor,,"['ruby', 'thumbor7']",ruby-url-and-framework,https://github.com/myles/jekyll-thumbor,https://github.com/myles/jekyll-thumbor,MIT,2017-03-21 13:13:47,2019-11-21 14:26:00.000000,2019-11-21 14:26:00,30.0,,1.0,1.0,1.0,1.0,1.0,,2017-06-22 16:00:19.000,0.4.2,2.0,A Jekyll template tag for Thumbor imaging service.,,,3.0,5,,,,,0.0,False,3.0,,,,,,,,,,,12.0,,,,,, +57,nuxt-thumbor,itplusx/nuxt-thumbor,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/itplusx/nuxt-thumbor,https://github.com/itplusx/nuxt-thumbor,MIT,2020-08-31 12:29:41,2020-09-02 06:10:48.000000,2020-09-02 06:08:55,3.0,,,2.0,,,,1.0,,,,Thumbor module for NuxtJS.,3.0,3.0,,4,,,,,19.0,False,3.0,,@itplusx/nuxt-thumbor,https://www.npmjs.com/package/@itplusx/nuxt-thumbor,19.0,,,,,,,,,,,,, +58,vanilla-thumbor,borgespro/vanilla-thumbor-url-builder,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/borgespro/vanilla-thumbor-url-builder,https://github.com/borgespro/vanilla-thumbor-url-builder,,2019-08-30 21:22:05,2019-08-31 17:46:45.000000,2019-08-31 17:46:27,45.0,,,,,,,1.0,,,,Thumbor client for RN.,2.0,2.0,3.0,4,,,,,82.0,False,3.0,,vanilla-thumbor-url-builder,https://www.npmjs.com/package/vanilla-thumbor-url-builder,82.0,-5.0,,,,,,,,,,,, +59,docker-alpine-vips,heynemann/docker-alpine-pyvips,,['docker'],hosting,https://github.com/heynemann/docker-alpine-pyvips,https://github.com/heynemann/docker-alpine-pyvips,MIT,2022-01-26 17:16:07,2022-01-27 23:41:07.473640,2022-01-27 23:28:55,10.0,,,1.0,1.0,,,1.0,,,,Docker image for pyvips development using alpine.,,,,4,,,,,30.0,False,3.0,,,,,,thumbororg/alpine-pyvips,https://hub.docker.com/r/thumbororg/alpine-pyvips,2022-01-27 23:41:07.473640,,1558.0,,,,,,, +60,mtucourses-thumbor,Michigan-Tech-Courses/thumbor,,"['node', 'thumbor7']",js-url-and-framework,https://github.com/Michigan-Tech-Courses/thumbor,https://github.com/Michigan-Tech-Courses/thumbor,MIT,2021-01-25 18:36:05,2021-09-09 17:18:52.000000,2021-09-09 17:18:46,19.0,,2.0,1.0,1.0,,2.0,2.0,,,,a URL builder for Thumbor.,5.0,5.0,2.0,3,,,,,52.0,False,3.0,,@mtucourses/thumbor,https://www.npmjs.com/package/@mtucourses/thumbor,52.0,-5.0,,,,,,,,,,,, +61,thumbor-icc,znerol/thumbor-icc,mg-thumbor,"['python3', 'thumbor7']",filters,https://github.com/znerol/thumbor-icc,https://github.com/znerol/thumbor-icc,,2016-04-19 13:35:49,2023-06-01 15:43:37.000000,2023-06-01 15:43:16,18.0,,,2.0,1.0,1.0,,3.0,,,,Thumbor filter to convert between ICC profiles.,,,,2,https://pypi.org/project/mg-thumbor,,,,,False,3.0,,,,,,,,,,,,,,,,, +62,remotecv-multidir,benneic/remotecv_multidir,remotecv-multidir,[],detectors,https://github.com/benneic/remotecv_multidir,https://github.com/benneic/remotecv_multidir,MIT,2020-03-02 23:44:27,2020-03-03 01:11:42.000000,2020-03-03 01:11:34,2.0,,,1.0,,1.0,,,,,,,,,,2,https://pypi.org/project/remotecv-multidir,,,15.0,15.0,False,3.0,,,,,,,,,,,,,,,,, +63,thumbor-focus-filter,sport1online/thumbor-focus-filter,thumbor-focus-filter,[],filters,https://github.com/sport1online/thumbor-focus-filter,https://github.com/sport1online/thumbor-focus-filter,,2018-05-04 16:38:20,2018-06-12 20:06:03.000000,2018-06-08 13:51:00,13.0,,,13.0,,1.0,,,,,,A Focus filter for Thumbor.,,,2.0,2,https://pypi.org/project/thumbor-focus-filter,,,,,False,3.0,,,,,,,,,,,,,,,,, +64,thumbor-padding,arcivr/thumbor-padding,thumbor-padding,[],filters,https://github.com/arcivr/thumbor-padding,https://github.com/arcivr/thumbor-padding,,2018-08-08 14:41:30,2022-01-24 16:48:35.000000,2022-01-24 16:48:35,5.0,,,2.0,,,1.0,3.0,,,,Padding filter for thumbor.,,,,1,https://pypi.org/project/thumbor-padding,,,,,False,3.0,,,,,-6.0,,,,,,,,,,,, +65,mg_thumbor,MindGeekOSS/mg_thumbor,mg-thumbor,[],filters,,{},,,,,,,,,,,,,,,,A filter for clipping images differently than what thumbor does.,,,,0,https://pypi.org/project/mg-thumbor,,,,,False,,,,,,-7.0,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 2b00fda6..64eaf396 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,16 +2,16 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- thumbor-aws S3 Storages and S3 Result Storage (πŸ₯‡17 Β· ⭐ 25 Β· πŸ“ˆ) - thumbor-aws is a set of modern thumbor (7.0.0) AWS.. MIT Supports python 3 Compatible with thumbor 7 and newer -- thumbor-aws S3 loader (πŸ₯‡17 Β· ⭐ 25 Β· πŸ“ˆ) - thumbor-aws is a set of modern thumbor (7.0.0) AWS.. MIT Supports python 3 Compatible with thumbor 7 and newer -- thumbor-video-engine (πŸ₯‰13 Β· ⭐ 36 Β· πŸ’€) - An engine and tools for manipulating videos with.. BSD-3 Supports python 3 Compatible with thumbor 7 and newer +- remotecv (πŸ₯‡24 Β· ⭐ 100 Β· πŸ“ˆ) - remotecv is an OpenCV server for facial and feature.. MIT Supports python 3 Compatible with thumbor 7 and newer +- thumbor-plugins-gifv (πŸ₯‡14 Β· ⭐ 34 Β· πŸ“ˆ) - Optimizers and filters contributed by the Thumbor.. MIT ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- tc_aws.storage (πŸ₯ˆ14 Β· ⭐ 160 Β· πŸ’€) - Thumbor AWS extensions. MIT -- tc_aws.loaders (πŸ₯ˆ14 Β· ⭐ 160 Β· πŸ’€) - Thumbor AWS extensions. MIT -- thumbor-plugins-optipng (πŸ₯‡11 Β· ⭐ 34 Β· πŸ“‰) - Optimizers and filters contributed by the Thumbor.. MIT -- tc-prometheus (πŸ₯‡10 Β· ⭐ 8 Β· πŸ’€) - Thumbor Prometheus metrics extension. MIT +- thumbor-js-url-builder (πŸ₯‰5 Β· ⭐ 7 Β· πŸ’€) - Thumbor client for JavaScript. ❗Unlicensed Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- vanilla-thumbor (πŸ₯‰4 Β· ⭐ 1 Β· πŸ’€) - Thumbor client for RN. ❗Unlicensed Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- mtucourses-thumbor (πŸ₯‰3 Β· ⭐ 2 Β· πŸ’€) - a URL builder for Thumbor. MIT Integrates thumbor to Node.JS Compatible with thumbor 7 and newer +- thumbor-padding (πŸ₯‰1 Β· ⭐ 3 Β· πŸ’€) - Padding filter for thumbor. ❗Unlicensed +- mg_thumbor (πŸ“‰) - A filter for clipping images differently than what.. ❗Unlicensed