gotosocial/vendor/codeberg.org/superseriousbusiness/go-jpeg-image-structure/v2
2025-03-02 15:44:02 +01:00
..
.MODULE_ROOT [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
LICENSE [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
markers.go [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
media_parser.go [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
README.md [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
segment.go [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
segment_list.go [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
splitter.go [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
testing_common.go [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00
utility.go [chore] Update exif terminator version with codeberg libraries (#3855) 2025-03-02 15:44:02 +01:00

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.