exifsd 0.1.0

Provides JPEG file metadata manipulation, parsing, writing, and injection
Documentation
  • Coverage
  • 50%
    8 out of 16 items documented1 out of 1 items with examples
  • Size
  • Source code size: 27.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • vadixidav/exifsd
    3 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vadixidav

exifsd

Exif serialization and deserialization

Development

To run the tests for this library, the git submodule exif-samples must be checked out.

To do that run the following in this repository:

git submodule update --init

You can also clone this repository recursively:

git clone --recursive https://github.com/vadixidav/exifsd.git

Credits

This excellent overview of the Exif file format was incredibly useful in the development of this library. Big thanks to TsuruZoh Tachibanaya!

This overview helped in identifying JPEG markers.

Wikipedia was useful in parsing entopy-encoded data.

This seems to be mostly the same as the one by TsuruZoh Tachibanaya, but it provides some slight variation and is more compact.