package
0.0.0-20221003172846-a3e1774ef349
Repository: https://github.com/dsoprea/go-utility.git
Documentation: pkg.go.dev

# README

GoDoc Build Status Coverage Status Go Report Card

media_parser_type

Common image-parsing interfaces. Used for JPEG, PNG, and HEIC parsers used by go-exif-knife.

# Interfaces

MediaContext is an accessor that knows how to extract specific metadata from the media.
MediaParser prescribes a specific structure for the parser types that are imported from other projects.