这个 DdsImagePlugin
读取dxt1和dxt5编码 .dds
添加了图像。目前不支持DXT3图像。
这个 FtexImagePlugin
读取独立战争2:混乱边缘中用于3D对象的纹理。插件读取每个文件的单个纹理,在 .ftc
(压缩)和 .ftu
(未压缩)格式。
这个 GbrImagePlugin
(gimp brush格式)已更新,以修复对版本1文件的支持,并添加对版本2文件的支持。
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
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.