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

Moved QOI from Write-Only to Read-Only #7212

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,12 @@ PSD

Pillow identifies and reads PSD files written by Adobe Photoshop 2.5 and 3.0.

QOI
^^^

.. versionadded:: 9.5.0

Pillow identifies and reads images in Quite OK Image format.

SUN
^^^
Expand Down Expand Up @@ -1562,13 +1568,6 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum

.. versionadded:: 5.3.0

QOI
^^^

.. versionadded:: 9.5.0

Pillow identifies and reads images in Quite OK Image format.

XV Thumbnails
^^^^^^^^^^^^^

Expand Down