Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GIF (0.02 sec)

  1. api/go1.txt

    pkg image/draw, type Op int
    pkg image/gif, func Decode(io.Reader) (image.Image, error)
    pkg image/gif, func DecodeAll(io.Reader) (*GIF, error)
    pkg image/gif, func DecodeConfig(io.Reader) (image.Config, error)
    pkg image/gif, type GIF struct
    pkg image/gif, type GIF struct, Delay []int
    pkg image/gif, type GIF struct, Image []*image.Paletted
    pkg image/gif, type GIF struct, LoopCount int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg image/draw, var FloydSteinberg Drawer
    pkg image/gif, func Encode(io.Writer, image.Image, *Options) error
    pkg image/gif, func EncodeAll(io.Writer, *GIF) error
    pkg image/gif, type Options struct
    pkg image/gif, type Options struct, Drawer draw.Drawer
    pkg image/gif, type Options struct, NumColors int
    pkg image/gif, type Options struct, Quantizer draw.Quantizer
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
Back to top