From 15e1eb720950ccef4c6d71c5828088c5be7a8cbf Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 2 Apr 2024 02:54:40 +0200 Subject: [PATCH] docs: add image libraries to community users (#2168) Signed-off-by: Milan Nikolic --- site/content/community/users.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site/content/community/users.md b/site/content/community/users.md index a08558fe..8cfefc96 100644 --- a/site/content/community/users.md +++ b/site/content/community/users.md @@ -20,6 +20,11 @@ considering their efforts before starting your own! | [Wetware][28] | Simple, secure & scalable clusters | | [mjml-go][19] | Compile [MJML][20] to HTML directly in Go | | [wzprof][32] | CPU and Memory profiler for WebAssembly modules, based on Wazero | +| [avif][39] | AVIF encoder/decoder based on libavif | +| [heic][40] | HEIC decoder based on libheif | +| [jpegxl][41] | JPEG XL encoder/decoder based on libjxl | +| [jpegli][42] | JPEG encoder/decoder based on jpegli | +| [webp][43] | WEBP encoder/decoder based on libwebp | ### General purpose plugins @@ -145,3 +150,13 @@ experience. [37]: https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html [38]: https://github.com/extism/extism + +[39]: https://github.com/gen2brain/avif + +[40]: https://github.com/gen2brain/heic + +[41]: https://github.com/gen2brain/jpegxl + +[42]: https://github.com/gen2brain/jpegli + +[43]: https://github.com/gen2brain/webp