readGif

Creates a lazy sequence of ImageFrames from the GIF data in this Source. The sequence decodes the GIF frames on demand, minimizing memory usage. The returned sequence can only be iterated over once.

Receiver

The Source from which to read the GIF data.

Return

A Sequence of ImageFrames.