3.2.0
New DDS and FTEX Image Plugins
The DdsImagePlugin
reading DXT1 and DXT5 encoded .dds
images wasadded. DXT3 images are not currently supported.
The FtexImagePlugin
reads textures used for 3D objects inIndependence War 2: Edge Of Chaos. The plugin reads a single textureper file, in the .ftc
(compressed) and .ftu
(uncompressed)formats.
Updates to the GbrImagePlugin
The GbrImagePlugin
(GIMP brush format) has been updated to fixsupport for version 1 files and add support for version 2 files.
Passthrough Parameters for ImageDraw.text
ImageDraw.multiline_text
and ImageDraw.multiline_size
take extraspacing parameters above what are used in ImageDraw.text
andImageDraw.size
. These parameters can now be passed intoImageDraw.text
and ImageDraw.size
and they will be passed throughto the corresponding multiline functions.
ImageSequence.Iterator changes
ImageSequence.Iterator
is now an actual iterator implementing theIterator protocol. It is also now possible to seek to the first imageof the file when using direct indexing.