photoprism-client-go/vendor/github.com/dsoprea/go-heic-exif-extractor
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
media_parser.go Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
package.go Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00

README.md

Build Status codecov Report Card GoDoc

Overview

This project invokes a third-party project to parse HEIC/HEIF (ISO 23008-12) content and extract an EXIF blob and then invokes go-exif to parse that EXIF blob. It satisfies the riimage.MediaParser interface and exists to provide HEIC/HEIF support to the go-exif-knife tool.

Examples

See the GoDoc page for usage examples.