Remove outdated comment by radarhere · Pull Request #8929 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
hugovk merged 1 commit intopython-pillow:mainfrom
Apr 27, 2025Merged
hugovk merged 1 commit intopython-pillow:mainfrom
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Apr 25, 2025
radarhere
commented
Pillow/src/PIL/AvifImagePlugin.py
Lines 19 to 20 in 58e4874
| # Decoding is only affected by this for libavif **0.8.4** or greater. | |
| DEFAULT_MAX_THREADS = 0 |
As per https://pillow.readthedocs.io/en/stable/installation/building-from-source.html#external-libraries though, Pillow only supports libavif 1.0.0 or greater.
libavif provides support for the AVIF format.
- Pillow requires libavif version 1.0.0 or greater.
So the comment can be removed.
hugovk
changed the title
Removed outdated comment
Remove outdated comment
radarhere
deleted the
max_threads
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment