kamadak-exif
Exif parsing library written in pure Rust
0.6.1
13M downloads/mo
#2735 most downloaded on crates.io
kamadak/exif-rs
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 2.0 years
Most releases are documented
notes for 13 of 19 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
19 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
19 releases · Dec 2016 to Nov 2024Releases
latest 19-
0.6.106 Nov 2024Release notes
Open source →exif::Errorhas been changed to beSyncagain. It was unintentionally not so in 0.6.
-
0.6.001 Nov 2024Nothing published for this version
-
0.5.522 Oct 2022 -
0.5.426 Mar 2021 -
0.5.305 Jan 2021Release notes
Open source →- An infinite loop in reading PNG files has been fixed.
- PNG reader now handles
std::io::ErrorKind::Interruptedcorrectly.
- PNG reader now handles
- An infinite loop in reading PNG files has been fixed.
-
0.5.207 Aug 2020Release notes
Open source →- PNG format support has been added.
- DCF (Design rule for Camera File system) 2.0 tags have been added.
- PNG format support has been added.
-
0.5.115 Feb 2020 -
0.5.026 Jan 2020Nothing published for this version
-
0.4.022 Dec 2019Nothing published for this version
-
0.3.117 Jun 2018 -
0.3.022 Oct 2017Nothing published for this version
-
0.2.316 Jul 2017Release notes
Open source →- Experimental support for writing Exif data has been added.
- The
Hashtrait has been derived forTagandContext. Reader::get_valueandValue::iter_uinthave been added.
- The
- Experimental support for writing Exif data has been added.
-
0.2.217 Jun 2017Release notes
Open source →- The
std::fmt::Displaytrait has been implemented forRational,SRational, andDateTime.- The
CopyandClonetraits have been derived forRationalandSRational. - Converters from
Rational/SRationaltof64/f32have been added.Rational::to_f64andSRational::to_f64.From<Rational>andFrom<SRational>traits forf64andf32.
- Human readable printing of a
Valuehas been supported. TheValue::display_asmethod returns an object that implements theDisplaytrait. - The
Value::get_uintmethod has been added.
- The
- The
-
0.2.127 Mar 2017 -
0.2.026 Mar 2017Nothing published for this version
-
0.1.312 Mar 2017Release notes
Open source →- Constants for the new tags in Exif 2.31 have been added.
- An ASCII field with zero count 0 is parsed to an empty Vec.
TagandContextare no longer re-exported.
- Constants for the new tags in Exif 2.31 have been added.
-
0.1.225 Feb 2017Release notes
Open source →- Struct
Readerhas been added.- The
parse_imagefunction has been deperecated.
- The
- Struct
-
0.1.112 Jan 2017 -
0.1.031 Dec 2016Nothing published for this version