Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T04:41:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T22:41:49.479Z (about 1 month 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
[![Build Status](https://travis-ci.org/dsoprea/go-heic-exif-extractor.svg?branch=master)](https://travis-ci.org/dsoprea/go-heic-exif-extractor)
[![codecov](https://codecov.io/gh/dsoprea/go-heic-exif-extractor/branch/master/graph/badge.svg)](https://codecov.io/gh/dsoprea/go-heic-exif-extractor)
[![Report Card](https://goreportcard.com/badge/github.com/dsoprea/go-heic-exif-extractor/v2)](https://goreportcard.com/report/github.com/dsoprea/go-heic-exif-extractor/v2)
[![GoDoc](https://godoc.org/github.com/dsoprea/go-heic-exif-extractor/v2?status.svg)](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).