//
pkg.gl
Category
github.com/dsoprea/go-tiff-image-structure
module
package
0.0.0-20221003165014-8ecc4f52edca
Repository:
https://github.com/dsoprea/go-tiff-image-structure.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
155 SLOC
#
README
Overview
Parse raw TIFF data.
Requirements
Go >= 1.17: Earlier versions may work, though testing broke before due to a "undefined: unsafe.Slice" error apparently in the basic flow of "go test".
#
Functions
NewTiffMediaParser
NewTiffMediaParser returns a new `TiffMediaParser` struct.
#
Structs
TiffMediaContext
TiffMediaContext encapsulates parsed EXIF data.
TiffMediaParser
TiffMediaParser knows how to parse a TIFF stream.