asSequence
Returns a Sequence view of all frames in the GIF.
The sequence is backed by this GifDecoder. Closing the decoder invalidates the sequence. If you need to use the GIF frames after closing the decoder, store the sequence contents in a list. However, be aware that this will use a large amount of memory for large GIFs.
Return
A Sequence of ImageFrames.
Returns a Sequence view of all frames in the GIF.
The sequence is backed by this GifDecoder. Closing the decoder invalidates the sequence. If you need to use the GIF frames after closing the decoder, store the sequence contents in a list. However, be aware that this will use a large amount of memory for large GIFs.
Return
A Sequence of ImageFrames.
Returns a Sequence view of all frames in the GIF.
The sequence is backed by this GifDecoder. Closing the decoder invalidates the sequence. If you need to use the GIF frames after closing the decoder, store the sequence contents in a list. However, be aware that this will use a large amount of memory for large GIFs.
Return
A Sequence of ImageFrames.