Skip to content

Commit

Permalink
Merge c30099c into 70cfd54
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Feb 1, 2016
2 parents 70cfd54 + c30099c commit 869f103
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/releasenotes/3.2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

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` and `ImageDraw.multiline_size` take extra
spacing paramaters above what are used in `ImageDraw.text` and
`ImageDraw.size`. These parameters can now be passed into
`ImageDraw.text` and `ImageDraw.size` and they will be passed through
to the corresponding multiline functions.

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.

0 comments on commit 869f103

Please sign in to comment.