Working auth and photo json endpoint
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
ef275f97f4
commit
e4323b6047
2032 changed files with 821464 additions and 52 deletions
12
vendor/github.com/dsoprea/go-heic-exif-extractor/README.md
generated
vendored
Normal file
12
vendor/github.com/dsoprea/go-heic-exif-extractor/README.md
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[](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).
|
Loading…
Add table
Add a link
Reference in a new issue