Documentation ¶
Overview ¶
Package gif provides animated GIF image format support for deanimator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DecodeFunc = parser.Decode
DecodeFunc lets you override the gif parser decode func. This implementation is our own since the default in the std lib parses all frames even if only returning the first one. once the std library is updated, this could be changed to be the default. See: https://github.com/golang/go/pull/46813
Functions ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
A modified version of golang 1.18's image/gif/reader.go Only reads the first frame of a gif Also includes patch from https://go-review.googlesource.com/c/go/+/329329
|
A modified version of golang 1.18's image/gif/reader.go Only reads the first frame of a gif Also includes patch from https://go-review.googlesource.com/c/go/+/329329 |
Click to show internal directories.
Click to hide internal directories.