Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Pillow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
Pillow
Commits
d78a20522849
Commit
d78a20522849
authored
9 years ago
by
wiredfool
Browse files
Options
Downloads
Patches
Plain Diff
3.2.0 release notes formatting
parent
bc119409ffa6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/releasenotes/3.2.0.rst
+10
-10
10 additions, 10 deletions
docs/releasenotes/3.2.0.rst
with
10 additions
and
10 deletions
docs/releasenotes/3.2.0.rst
+
10
−
10
View file @
d78a2052
3.2.0
=====
-----
New DDS and FTEX Image Plugins
==============================
...
...
@@ -4,7 +4,7 @@
New DDS and FTEX Image Plugins
==============================
The `DdsImagePlugin` reading DXT1 and DXT5 encoded `.dds` images was
The
`
`DdsImagePlugin`
`
reading DXT1 and DXT5 encoded
`
`.dds`
`
images was
added. DXT3 images are not currently supported.
...
...
@@ -9,4 +9,4 @@
added. DXT3 images are not currently supported.
The `FtexImagePlugin` reads textures used for 3D objects in
The
`
`FtexImagePlugin`
`
reads textures used for 3D objects in
Independence War 2: Edge Of Chaos. The plugin reads a single texture
...
...
@@ -12,7 +12,7 @@
Independence War 2: Edge Of Chaos. The plugin reads a single texture
per file, in the `.ftc` (compressed) and `.ftu` (uncompressed)
per file, in the
`
`.ftc`
`
(compressed) and
`
`.ftu`
`
(uncompressed)
formats.
Updates to the GbrImagePlugin
=============================
...
...
@@ -14,11 +14,11 @@
formats.
Updates to the GbrImagePlugin
=============================
The `GbrImagePlugin` (GIMP brush format) has been updated to fix
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
=========================================
...
...
@@ -20,14 +20,14 @@
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 parameters 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
`
`ImageDraw.multiline_text`
`
and
`
`ImageDraw.multiline_size`
`
take extra
spacing parameters 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
==============================
...
...
@@ -29,8 +29,8 @@
to the corresponding multiline functions.
ImageSequence.Iterator changes
==============================
`ImageSequence.Iterator` is now an actual iterator implementing the
`
`ImageSequence.Iterator`
`
is now an actual iterator implementing the
Iterator protocol. It is also now possible to seek to the first image
of the file when using direct indexing.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment