From ba165e66030bc80a3fa7695d460fb0aafb9a49d3 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 1 Feb 2016 05:50:05 -0800 Subject: [PATCH] Added FtexImagePlugin --- docs/releasenotes/3.2.0.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/releasenotes/3.2.0.rst b/docs/releasenotes/3.2.0.rst index 215f1445b..137bc0555 100644 --- a/docs/releasenotes/3.2.0.rst +++ b/docs/releasenotes/3.2.0.rst @@ -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 =============================