Versions in this module Expand all Collapse all v1 v1.3.3 Oct 2, 2014 v1.3.1 Aug 21, 2014 Changes in this version + func Decode(r io.Reader) (image.Image, error) + func DecodeConfig(r io.Reader) (image.Config, error) + func Encode(w io.Writer, m image.Image, o *Options) error + func EncodeAll(w io.Writer, g *GIF) error + type GIF struct + Delay []int + Image []*image.Paletted + LoopCount int + func DecodeAll(r io.Reader) (*GIF, error) + type Options struct + Drawer draw.Drawer + NumColors int + Quantizer draw.Quantizer