From 5aa1b7cd3bc68f57d2d17d7a5a50a36c25040b0f Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 26 Apr 2022 14:56:46 +0100 Subject: [PATCH] README: Mention the colordetect element --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99db0350..82304493 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ You will find the following plugins in this repository: - `videofx`: Plugin with various video filters. - `roundedcorners`: Element to make the corners of a video rounded via the alpha channel. + - `colordetect`: A pass-through filter able to detect the dominant color(s) on incoming frames, using [color-thief](https://github.com/RazrFalcon/color-thief-rs). - `webp`: WebP decoder based on the [libwebp-sys-2](https://github.com/qnighy/libwebp-sys2-rs) library.