Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Gif frames with different sizes #3

@victorvianna

Description

@victorvianna

For this image, I'm getting frames of different sizes with your lib whereas I see frames of equal size with the Python snippet below. Any thoughts?

from PIL import Image, ImageSequence
im = Image.open("im.gif")
for frame in ImageSequence.Iterator(im):
  print(im.size)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions