exif-rs VS img-hash

Compare exif-rs vs img-hash and see what are their differences.

exif-rs

Exif parsing library written in pure Rust (by kamadak)

img-hash

A Rust library for calculating perceptual hash values of images (by abonander)
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
exif-rs img-hash
2 2
211 315
1.4% 0.0%
5.5 0.0
about 1 month ago 11 months ago
Rust Rust
BSD 2-clause "Simplified" 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.

exif-rs

Posts with mentions or reviews of exif-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-04.
  • Hey Rustaceans! Got a question? Ask here! (27/2022)!
    14 projects | /r/rust | 4 Jul 2022
    I dont want the files to waste a lot of space so i decided to resize them. For that i used the resize method from the "image" crate. Everything works fine, until i start to upload images above 5mb. Then the resize method starts to rotate the images. I think i narrowed it down to the resize function deleting any existing exif data inside the image file. That way the orientation flag is removed and the image is in its default position. I already tried to fix this, by saving the exif data before resizing and then rewriting it to the image file. The only library that i could find that supports writing (at least for png and jpeg) was this one: kamadax-exif. The problem is, that when i write the exif data (all the previous data or just the orientation data) the file gets corrupted. Now to my question: Can someone recommend a library that can resize images, that preserves the aspect ratio and does not delete the exif data? if not, does someone have an idea on how to resize the images differently? Or maybe there exists another exif data crate that i can use? I hope this question is understandable, thanks in advance :)
  • Announcing: ImageSieve, a tool to assist in sorting and archiving images and videos
    6 projects | /r/rust | 13 Feb 2022
    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.

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.

What are some alternatives?

When comparing exif-rs and img-hash you can also consider the following projects:

img-parts - Low level crate for reading and writing Jpeg, Png and RIFF image containers

Raster - An image processing library for Rust

tutorials - 📚 Stash of tutorials completed for learning cool stuff.

imageproc (PistonDevelopers) - Image processing operations

rawloader - rust library to extract the raw data and some metadata from digital camera images

opencv-rust - Rust bindings for OpenCV

exiftool-rs - Image metadata scrubber written in Rust.

oxipng - Multithreaded PNG optimizer written in Rust

image-sieve - GUI based tool to sort and categorize images written in Rust

steganography - A simple steganography library written in rust

fast_image_resize - Rust library for fast image resizing with using of SIMD instructions.

imageproc - An advanced image processing library for Rust.

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured

Did you know that Rust is
the 5th most popular programming language
based on number of references?