项目作者: dsoprea

项目描述 :
Parses an HEIC image and returns an EXIF accessor (if an EXIF blob is present).
高级语言: Go
项目地址: git://github.com/dsoprea/go-heic-exif-extractor.git
创建时间: 2020-03-22T08:01:37Z
项目社区:https://github.com/dsoprea/go-heic-exif-extractor

开源协议:MIT License

下载


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.