Categorygithub.com/dsoprea/go-png-image-structure
modulepackage
0.0.0-20210512210324-29b889a6093d
Repository: https://github.com/dsoprea/go-png-image-structure.git
Documentation: pkg.go.dev

# README

Build Status codecov Go Report Card GoDoc

Overview

Parse raw PNG data into individual chunks. Parse/modify EXIF data and write an updated image.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPngMediaParser returns a new `PngMediaParser` struct.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Chunk describes a single chunk.
No description provided by the author
No description provided by the author
ChunkSlice encapsulates a slice of chunks.
PngMediaParser knows how to parse a PNG stream.
PngSplitter hosts the princpal `Split()` method uses by `bufio.Scanner`.