mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
release notes for api changes in 3.2 -- in progress
This commit is contained in:
parent
70cfd5416c
commit
b1f2cbe5d2
30
docs/releasenotes/3.2.0.rst
Normal file
30
docs/releasenotes/3.2.0.rst
Normal file
|
@ -0,0 +1,30 @@
|
|||
|
||||
3.2.0
|
||||
=====
|
||||
|
||||
New DDS Image Plugins
|
||||
=====================
|
||||
|
||||
The `DdsImagePlugin` reading DXT1 and DXT5 encoded .dds images was
|
||||
added. DXT3 images are not currently supported.
|
||||
|
||||
Updates to the GbrImagePlugin
|
||||
=============================
|
||||
|
||||
The `GbrImagePlugin` (GIMP brush format) has been updated to fix
|
||||
support for version 1 files and add support for version 2 files.
|
||||
|
||||
Passthrough Parameters for ImageDraw.text
|
||||
=========================================
|
||||
|
||||
`ImageDraw.multiline_text` takes extra spacing paramaters above what
|
||||
is used in `ImageDraw.text`. These parameters can now be passed into
|
||||
`ImageDraw.text` and they will be passed through to
|
||||
`ImageDraw.multiline_text`.
|
||||
|
||||
ImageSequence.Iterator changes
|
||||
==============================
|
||||
|
||||
`ImageSequence.Iterator` is now an actual iterator implementating the
|
||||
Iterator protocol. It is also now possible to seek to the first image
|
||||
of the file when using direct indexing.
|
Loading…
Reference in New Issue
Block a user