TechnikTobi / little_exif

A little library for reading and writing EXIF data in pure Rust.
Apache License 2.0
22 stars 5 forks source link

Fixing issue #19 #22

Closed TechnikTobi closed 1 month ago

TechnikTobi commented 1 month ago

Fixing issue #19 by traversing JPEGs not byte-by-byte but segment-by-segment when reading and searching for the APP1 segment that contains the EXIF data.