Versions in this module Expand all Collapse all v0 v0.0.1 Jun 27, 2022 Changes in this version + var ErrFormat = errors.New("deanimator: unknown format") + func IsAnimated(r io.Reader) (bool, string, error) + func RegisterFormat(name, magic string, isAnimated func(io.Reader) (bool, error), ...) + func RenderFirstFrame(r io.Reader, w io.Writer) (string, error)