Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webp frames iterator is now ending iteration if no more frames are decodable #2228

Merged
merged 4 commits into from
May 16, 2024

Commits on May 4, 2024

  1. webp frames iterator is only iterating as long as frames are availabl…

    …e instead of indefinitely returning an error.
    EmiOnGit committed May 4, 2024
    Configuration menu
    Copy the full SHA
    43cadd1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. frames iterator now checks against internal framecount instead of usi…

    …ng a error variant to remove the image allocation in the last iteration
    EmiOnGit committed May 5, 2024
    Configuration menu
    Copy the full SHA
    be6a3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca0dc9d View commit details
    Browse the repository at this point in the history
  3. add feature flag to test

    EmiOnGit committed May 5, 2024
    Configuration menu
    Copy the full SHA
    57d8ed5 View commit details
    Browse the repository at this point in the history