photoprism-client-go/vendor/github.com/dsoprea/go-jpeg-image-structure
Kris Nóva e4323b6047 Working auth and photo json endpoint
Signed-off-by: Kris Nóva <kris@nivenly.com>
2021-02-09 11:17:06 -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 Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
media_parser.go Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
segment.go Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
segment_list.go Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
splitter.go Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
testing_common.go Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
utility.go Working auth and photo json endpoint 2021-02-09 11:17:06 -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.