From fd98a1b2f84eb814c103abf0fa9e5bd30608e9f6 Mon Sep 17 00:00:00 2001 From: PaulXu <40262910+xb284524239@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:37:04 +0800 Subject: [PATCH] Update README.md Add a library called 'dicom-rs', which is a Rust-based implementation of the DICOM standard. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d5212c..48bd609 100644 --- a/README.md +++ b/README.md @@ -1548,6 +1548,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Image processing * [abonander/img_hash](https://github.com/abonander/img_hash) - Perceptual image hashing and comparison for equality and similarity. +* [Enet4/dicom-rs](https://github.com/Enet4/dicom-rs) - Rust implementation of the DICOM standard. * [image-rs/image](https://github.com/image-rs/image) - Basic imaging processing functions and methods for converting to and from image formats * [image-rs/imageproc](https://github.com/image-rs/imageproc) - An image processing library, based on the `image` library. * [marekm4/dominant_color](https://github.com/marekm4/dominant_color) [[dominant_color](https://crates.io/crates/dominant_color)] - Dominant color extractor ![build badge](https://github.com/marekm4/dominant_color/actions/workflows/rust.yml/badge.svg?branch=master)