steganography
A simple steganography library written in rust (by teovoinea)
img-hash
A Rust library for calculating perceptual hash values of images (by abonander)
steganography | img-hash | |
---|---|---|
1 | 2 | |
98 | 315 | |
- | 0.0% | |
0.0 | 0.0 | |
almost 4 years ago | about 1 year ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
steganography
Posts with mentions or reviews of steganography.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-22.
-
Blazingly fast cloud storage 🚀
joke's on you, the first commit to that repo is from 2022, this crate's way older
img-hash
Posts with mentions or reviews of img-hash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-13.
-
Announcing: ImageSieve, a tool to assist in sorting and archiving images and videos
I absolutely loved all the crates available that made my life very simple in many cases. I used (among others) the slint ui framework, kamadak-exif, img_hash, fast_image_resize and rawloader.
-
Czkawka 3.1.0 - new version of my app to find duplicates, similar images, same music, broken files etc.
I'm using default img_hash algorithm - Gradient. It is also possible to use with this library different algorithms - https://github.com/abonander/img_hash/blob/master/src/alg/mod.rs#L20-L81
What are some alternatives?
When comparing steganography and img-hash you can also consider the following projects:
oxipng - Multithreaded PNG optimizer written in Rust
Raster - An image processing library for Rust
imageproc (PistonDevelopers) - Image processing operations
opencv-rust - Rust bindings for OpenCV