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

Remove WebP support without anim, mux/demux, and with buggy alpha #8213

Merged
merged 15 commits into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. Require webpmux and webpdemux

    homm committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c1e8375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bed5b4 View commit details
    Browse the repository at this point in the history
  3. Remove webp animations flags and conditions

    Removed:
    _webp.WebPDecode
    _webp.HAVE_WEBPANIM
    features.webp_anim
    homm committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a346899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56ca359 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6180abc View commit details
    Browse the repository at this point in the history
  6. Moved line after early return

    Improve compiler advice
    
    Update src/PIL/features.py
    radarhere authored and homm committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    924df9e View commit details
    Browse the repository at this point in the history
  7. Update features type

    Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
    homm and radarhere authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    93ce9ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5546994 View commit details
    Browse the repository at this point in the history
  9. Simplified code

    radarhere committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f3aec6d View commit details
    Browse the repository at this point in the history
  10. Use relative import

    radarhere committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c7e6289 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Updated test name

    radarhere committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ba82dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66319fc View commit details
    Browse the repository at this point in the history
  3. Updated documentation

    radarhere committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    45552b5 View commit details
    Browse the repository at this point in the history
  4. Test deprecation warnings

    radarhere committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    359d759 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #142 from radarhere/webp-require-anim

    Suggestions for deprecating older WebP versions
    homm authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4d544da View commit details
    Browse the repository at this point in the history