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
Merged
Prev Previous commit
Next Next commit
Remove WebP versions notes from docs
  • Loading branch information
homm committed Aug 13, 2024
commit 6180abc75c3dfa950276b2586cd1a8aab1bede70
1 change: 0 additions & 1 deletion docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,6 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
**exact**
If true, preserve the transparent RGB values. Otherwise, discard
invisible RGB values for better compression. Defaults to false.
Requires libwebp 0.5.0 or later.

**icc_profile**
The ICC Profile to include in the saved file.
Expand Down
4 changes: 0 additions & 4 deletions docs/installation/building-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ Many of Pillow's features require external libraries:

* **libwebp** provides the WebP format.

* Pillow has been tested with version **0.1.3**, which does not read
transparent WebP files. Versions **0.3.0** and above support
transparency.

* **openjpeg** provides JPEG 2000 functionality.

* Pillow has been tested with openjpeg **2.0.0**, **2.1.0**, **2.3.1**,
Expand Down