package
0.0.0-20210513050430-a8c8bb657ad5
Repository: https://github.com/dsoprea/go-exif-extra.git
Documentation: pkg.go.dev

# Functions

Formats returns all registered media-parsers.
GetFormatForBytes returns the first MP that can parse the given bytes.
GetFormatForExtension returns a MediaParser for the given extension or nil if none associated.

# Constants

HeifMediaType is the name of the registered HEIF parser.
JpegMediaType is the name of the registered JPEG parser.
PngMediaType is the name of the registered PNG parser.
TiffMediaType is the name of the registered TIFF parser.
WebpMediaType is the name of the registered WEBP parser.