//
pkg.gl
Category
github.com/admpub/go-utility
image
package
0.0.1
Repository:
https://github.com/admpub/go-utility.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
25 SLOC
#
README
media_parser_type
Common image-parsing interfaces. Used for JPEG, PNG, and HEIC parsers used by go-exif-knife.
#
Interfaces
MediaContext
MediaContext is an accessor that knows how to extract specific metadata from the media.
MediaParser
MediaParser prescribes a specific structure for the parser types that are imported from other projects.