mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-20 09:12:00 +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.
|
||||
|
||||
.. 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.
|
||||
|
||||
.. versionadded:: 6.0.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user