https://github.com/dsoprea/go-heic-exif-extractor
Parses an HEIC image and returns an EXIF accessor (if an EXIF blob is present).
https://github.com/dsoprea/go-heic-exif-extractor
exif go-exif-knife heic heif image
Last synced: 3 months ago
JSON representation
Parses an HEIC image and returns an EXIF accessor (if an EXIF blob is present).
- Host: GitHub
- URL: https://github.com/dsoprea/go-heic-exif-extractor
- Owner: dsoprea
- License: mit
- Created: 2020-03-22T08:01:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T04:41:58.000Z (about 4 years ago)
- Last Synced: 2025-01-03T22:41:49.479Z (6 months ago)
- Topics: exif, go-exif-knife, heic, heif, image
- Language: Go
- Homepage:
- Size: 2.88 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/dsoprea/go-heic-exif-extractor)
[](https://codecov.io/gh/dsoprea/go-heic-exif-extractor)
[](https://goreportcard.com/report/github.com/dsoprea/go-heic-exif-extractor/v2)
[](https://godoc.org/github.com/dsoprea/go-heic-exif-extractor/v2)# Overview
This project invokes a third-party project to parse HEIC/HEIF ([ISO 23008-12](https://www.iso.org/standard/66067.html)) content and extract an EXIF blob and then invokes [go-exif](https://github.com/dsoprea/go-exif) to parse that EXIF blob. It satisfies the [riimage.MediaParser](https://github.com/dsoprea/go-utility/blob/master/v2/image/media_parser_type.go) interface and exists to provide HEIC/HEIF support to the [go-exif-knife](https://github.com/dsoprea/go-exif-knife) tool.
# Examples
See the [GoDoc page](https://godoc.org/github.com/dsoprea/go-heic-exif-extractor/v2) for [usage examples](https://godoc.org/github.com/dsoprea/go-heic-exif-extractor/v2#pkg-examples).