e4323b6047
Signed-off-by: Kris Nóva <kris@nivenly.com> |
||
---|---|---|
.. | ||
.MODULE_ROOT | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
media_parser.go | ||
package.go |
README.md
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.