photoprism-client-go/vendor/github.com/dsoprea/go-jpeg-image-structure
Kris Nóva c1a45bf8e3 Very nice looking tests!
Signed-off-by: Kris Nóva <kris@nivenly.com>
2021-02-09 16:00:02 -08:00
..
.MODULE_ROOT Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
.travis.yml Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
LICENSE Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
README.md Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
go.mod Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
go.sum Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
markers.go Very nice looking tests! 2021-02-09 16:00:02 -08:00
media_parser.go Very nice looking tests! 2021-02-09 16:00:02 -08:00
segment.go Very nice looking tests! 2021-02-09 16:00:02 -08:00
segment_list.go Very nice looking tests! 2021-02-09 16:00:02 -08:00
splitter.go Very nice looking tests! 2021-02-09 16:00:02 -08:00
testing_common.go Very nice looking tests! 2021-02-09 16:00:02 -08:00
utility.go Very nice looking tests! 2021-02-09 16:00:02 -08:00

README.md

Build Status Coverage Status 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.