GoToSocial/vendor/github.com/dsoprea/go-jpeg-image-structure
tobi f2e5bedea6
migrate go version to 1.17 (#203)
* migrate go version to 1.17

* update contributing
2021-09-10 14:42:14 +02:00
..
.MODULE_ROOT
.travis.yml
LICENSE
README.md
markers.go
media_parser.go
segment.go
segment_list.go
splitter.go
testing_common.go
utility.go

README.md

Build Status codecov Go Report Card GoDoc

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.