mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 10:42:19 +03:00
Added release notes
This commit is contained in:
parent
9e6386846d
commit
eff26805f7
|
@ -68,3 +68,12 @@ Compressed DDS images can now be saved using a ``pixel_format`` argument. DXT1,
|
||||||
DXT5, BC2, BC3 and BC5 are supported::
|
DXT5, BC2, BC3 and BC5 are supported::
|
||||||
|
|
||||||
im.save("out.dds", pixel_format="DXT1")
|
im.save("out.dds", pixel_format="DXT1")
|
||||||
|
|
||||||
|
Other Changes
|
||||||
|
=============
|
||||||
|
|
||||||
|
Reading and writing AVIF images
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Pillow can now read and write AVIF images. If you are building Pillow from source, this
|
||||||
|
will require libavif 1.0.0 or later.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user