[chore] Update exif terminator version with codeberg libraries (#3855)

This commit is contained in:
tobi 2025-03-02 15:44:02 +01:00 committed by GitHub
commit d8bb1c391b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 60 additions and 59 deletions

View file

@ -0,0 +1,7 @@
**Forked from https://github.com/dsoprea/go-jpeg-image-structure**
## Overview
Parse raw JPEG data into individual segments of data. You can print or export this data, including hash digests for each. You can also parse/modify the EXIF data and write an updated image.
EXIF, XMP, and IPTC data can also be extracted. The provided CLI tool can print this data as well.