Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
}
Parser implements a parser for image files
func (*Parser) ParseWithCallback ¶ added in v0.6.0
func (p *Parser) ParseWithCallback(ctx context.Context, r io.Reader, callback func(core.Chunk) error) error
ParseWithCallback parses image and calls the callback for each chunk
func (*Parser) SupportedFormats ¶
SupportedFormats returns the list of supported image formats
Click to show internal directories.
Click to hide internal directories.