mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Added FtexImagePlugin
This commit is contained in:
parent
c30099c5d6
commit
ba165e6603
|
@ -2,12 +2,17 @@
|
|||
3.2.0
|
||||
=====
|
||||
|
||||
New DDS Image Plugins
|
||||
=====================
|
||||
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.
|
||||
|
||||
The `FtexImagePlugin` reads textures used for 3D objects in
|
||||
Independence War 2: Edge Of Chaos. The plugin reads a single texture
|
||||
per file, in the `.ftc` (compressed) and `.ftu` (uncompressed)
|
||||
formats.
|
||||
|
||||
Updates to the GbrImagePlugin
|
||||
=============================
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user