mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 09:23:11 +03:00
Merge pull request #8817 from radarhere/typo
DXT3 images are read in RGBA mode
This commit is contained in:
commit
eec43cfbc0
|
@ -68,7 +68,7 @@ by DirectX.
|
||||||
DXT1 and DXT5 pixel formats can be read, only in ``RGBA`` mode.
|
DXT1 and DXT5 pixel formats can be read, only in ``RGBA`` mode.
|
||||||
|
|
||||||
.. versionadded:: 3.4.0
|
.. versionadded:: 3.4.0
|
||||||
DXT3 images can be read in ``RGB`` mode and DX10 images can be read in
|
DXT3 images can be read in ``RGBA`` mode and DX10 images can be read in
|
||||||
``RGB`` and ``RGBA`` mode.
|
``RGB`` and ``RGBA`` mode.
|
||||||
|
|
||||||
.. versionadded:: 6.0.0
|
.. versionadded:: 6.0.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user