package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.git
Documentation: pkg.go.dev

# Functions

Decode reads a GIF image from r and returns the first embedded image as an image.Image.
DecodeAll reads a GIF image from r and returns the sequential frames and timing information.
DecodeConfig returns the global color model and dimensions of a GIF image without decoding the entire image.
Encode writes the Image m to w in GIF format.
EncodeAll writes the images in g to w in GIF format with the given loop count and delay between frames.

# Constants

Disposal Methods.
Disposal Methods.
Disposal Methods.

# Structs

GIF represents the possibly multiple images stored in a GIF file.
Options are the encoding parameters.