From 8fc0664833326e56115a293f427daef6ebcbc45b Mon Sep 17 00:00:00 2001 From: Walidoux Date: Mon, 18 Dec 2023 23:32:03 +0100 Subject: [PATCH] docs(links): add image encoding/decoding crate as source of inspiration --- documentation/Links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/Links.md b/documentation/Links.md index c0b7693..a2f755b 100644 --- a/documentation/Links.md +++ b/documentation/Links.md @@ -4,6 +4,7 @@ - [MDN - Media type and format guide: image, audio, and video content](https://developer.mozilla.org/en-US/docs/Web/Media/Formats) - [dav1d - AV1 cross-platform decoder, open-source, and focused on speed and correctness](https://github.com/videolan/dav1d) +- [image - blog which introduces a crate to decode/encode using its API for complex image formats](https://blog.logrocket.com/decoding-encoding-images-rust-using-image-crate/) ## Rust Resources