exif-rs
tutorials
exif-rs | tutorials | |
---|---|---|
2 | 1 | |
208 | 10 | |
- | - | |
5.5 | 1.0 | |
12 days ago | over 1 year ago | |
Rust | Go | |
BSD 2-clause "Simplified" License | - |
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
-
Hey Rustaceans! Got a question? Ask here! (27/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
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.
tutorials
-
Hey Rustaceans! Got a question? Ask here! (27/2022)!
I'm trying to use reqwest to download a file and show it's progress. I found exactly what I need here however this seems to just write ontop of the file rather than resume, That still eludes me. Is there an example somewhere I can look at? Most of the examples I've found here have broken links :/
What are some alternatives?
img-parts - Low level crate for reading and writing Jpeg, Png and RIFF image containers
rp-hal - A Rust Embedded-HAL for the rp series microcontrollers
rawloader - rust library to extract the raw data and some metadata from digital camera images
rust-bitfield - This crate provides macros to generate bitfield-like struct.
fast_image_resize - Rust library for fast image resizing with using of SIMD instructions.
pmp-library - The Polygon Mesh Processing Library
image-sieve - GUI based tool to sort and categorize images written in Rust
image - Encoding and decoding images in Rust
exiftool-rs - Image metadata scrubber written in Rust.
sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
img-hash - A Rust library for calculating perceptual hash values of images
diesel - A safe, extensible ORM and Query Builder for Rust