Update README.md

Add a library called 'dicom-rs', which is a Rust-based implementation of the DICOM standard.
This commit is contained in:
PaulXu 2024-08-14 15:37:04 +08:00 committed by GitHub
parent 22741cd0fa
commit fd98a1b2f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)