Andrew Murray
|
e3ff5eb8e4
|
Test BC1_UNORM and BC1_TYPELESS
|
2023-10-30 19:53:51 +11:00 |
|
Andrew Murray
|
17be898fc4
|
Added tests for unimplemented bitcount
|
2023-10-28 16:58:57 +11:00 |
|
Andrew Murray
|
85485229e3
|
Support RGB bitcount 8
|
2023-10-25 16:24:00 +11:00 |
|
Andrew Murray
|
93e0f39ff3
|
Removed "mode-" prefix from image names that are not modes
|
2023-10-21 19:14:46 +11:00 |
|
REDxEYE
|
6dd565b4a3
|
Merge remote-tracking branch 'pillow/main' into improved_dds
# Conflicts:
# Tests/test_file_dds.py
# src/PIL/DdsImagePlugin.py
|
2023-10-12 19:15:06 +03:00 |
|
REDxEYE
|
a5dde8b1c4
|
Apply suggestion for PR
|
2023-10-12 19:09:28 +03:00 |
|
Andrew Murray
|
cd4adb1677
|
Added reading 8-bit color images
|
2023-09-27 19:41:45 +10:00 |
|
Andrew Murray
|
2b9217bba8
|
Added BC5U reading
|
2023-08-31 12:13:35 +10:00 |
|
Andrew Murray
|
bd4826591b
|
Removed INVALID enum
|
2023-06-15 02:49:09 +03:00 |
|
Andrew Murray
|
b6b7a7bfa4
|
Simplified test code
|
2023-06-15 02:45:46 +03:00 |
|
REDxEYE
|
d1b1f30cef
|
Fix file extensions in tests not matching real names
|
2023-06-15 02:42:43 +03:00 |
|
REDxEYE
|
de8b89c823
|
Add support for writing LA dds textures
|
2023-06-15 02:42:41 +03:00 |
|
REDxEYE
|
8e8a67ef3e
|
Fix incorect file name
|
2023-06-15 02:37:38 +03:00 |
|
REDxEYE
|
19887374ae
|
Add support for single channel textures
|
2023-06-15 02:33:55 +03:00 |
|
Andrew Murray
|
dcf3d0bee2
|
Added support for uncompressed LA images
|
2022-12-23 19:07:45 +11:00 |
|
Andrew Murray
|
9e6a7d9740
|
Added support for uncompressed L images
|
2022-12-23 17:43:18 +11:00 |
|
Andrew Murray
|
5911b8c30b
|
Updated BC6H test images
|
2022-10-08 21:20:31 +11:00 |
|
Andrew Murray
|
c3cc621c67
|
Merge branch 'python-pillow-main'
|
2022-08-02 15:55:21 +10:00 |
|
REDxEYE
|
1050d13350
|
Replace test files with images with compatible license
|
2022-07-23 12:44:03 +03:00 |
|
Andrew Murray
|
806f43f0b7
|
Simplified code
|
2022-07-23 14:19:28 +10:00 |
|
Andrew Murray
|
5bd893f760
|
Rename format to BC6H and BC6HS
|
2022-07-23 14:16:40 +10:00 |
|
pre-commit-ci[bot]
|
fd86414ac2
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2022-07-22 22:02:58 +00:00 |
|
REDxEYE
|
2376399150
|
Add test and test files for ATI1 pixel format and fix image mode for ATI1
|
2022-07-23 01:02:06 +03:00 |
|
REDxEYE
|
ad2c6a20fe
|
Add support for ATI1/2(BC4/BC5) DDS files
This commit adds support for loading DDS with ATI1 and ATI2 fourcc pixel format
|
2022-07-23 00:30:27 +03:00 |
|
Andrew Murray
|
0d0cf6374c
|
Restored unimplemented DXGI format test
|
2022-07-19 07:18:48 +10:00 |
|
ShadelessFox
|
fac18a5b60
|
Add BC6 tests
|
2022-07-18 22:24:41 +03:00 |
|
Andrew Murray
|
e2288356ca
|
Use _accept check in _open
|
2022-02-27 14:48:36 +11:00 |
|
Andrew Murray
|
98aa0f10ad
|
pre-commit autoupdate --freeze
|
2021-08-12 21:50:09 +10:00 |
|
Andrew Murray
|
6449cdc1a3
|
Added RGBA saving
|
2021-06-14 18:14:28 +10:00 |
|
Andrew Murray
|
143e08c92c
|
Added RGB saving
|
2021-06-14 18:14:28 +10:00 |
|
Andrew Murray
|
3b4db88202
|
Added BC5_SNORM reading when FourCC is DX10
|
2021-05-19 22:19:19 +10:00 |
|
Andrew Murray
|
f59ff6d55b
|
Read BC5_TYPELESS as BC5_UNORM
|
2021-05-19 21:16:12 +10:00 |
|
Andrew Murray
|
1bb98974f8
|
Moved DXT5 test after DXT3 test
|
2021-05-19 21:14:51 +10:00 |
|
Andrew Murray
|
2e7f40e0b8
|
Added BC5_SNORM reading
|
2021-05-18 17:44:21 +10:00 |
|
Andrew Murray
|
68ac6d151e
|
Added BC5_UNORM reading
|
2021-05-17 18:57:23 +10:00 |
|
Andrew Murray
|
1e074f5040
|
Merge pull request #4144 from jansol/master
Stop decoding BC1 punchthrough alpha in BC2&3
|
2021-04-15 20:24:52 +10:00 |
|
Andrew Murray
|
d06871d543
|
Set mode of three channel uncompressed RGB data to RGB
|
2021-04-05 17:58:02 +10:00 |
|
Andrew Murray
|
d4f9c6e082
|
Renamed register_open accept methods for consistency
|
2021-04-03 21:51:23 +11:00 |
|
Andrew Murray
|
a5c251029c
|
Replaced various instances of assert_image_equal with assert_image_equal_tofile
|
2021-02-21 22:15:56 +11:00 |
|
Andrew Murray
|
a1b4b026ff
|
Added pragma no cover
|
2021-02-14 07:58:16 +11:00 |
|
Andrew Murray
|
83542c42bf
|
Added context managers
|
2021-02-11 21:43:54 +11:00 |
|
Jan Solanti
|
ddd3a2b482
|
Add tests for issue #4142
|
2021-01-04 22:47:18 +11:00 |
|
Hugo van Kemenade
|
b074d87179
|
Merge pull request #4760 from qiankanglai/dds-rgba8888
Support raw rgba8888 for dds
|
2020-10-15 08:10:01 +03:00 |
|
Hugo van Kemenade
|
dd87dd50c0
|
Update to isort 5 with Black profile support
|
2020-08-08 22:39:29 +03:00 |
|
Kanglai Qian
|
b5c59878da
|
support raw rgba8888 for dds
|
2020-07-07 00:22:57 +08:00 |
|
Hugo
|
dda6145fce
|
Since Python 3.3 IOError and WindowsError have been merged into OSError
|
2020-04-10 12:57:29 +03:00 |
|
Hugo van Kemenade
|
852d9156bc
|
Remove commas
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-02-15 16:21:37 +02:00 |
|
Hugo
|
affade7595
|
Replace unittest with pytest
|
2020-02-13 12:15:05 +02:00 |
|
Hugo
|
a4bf9fa036
|
Convert most PillowTestCase methods to pytest
|
2020-02-02 12:26:01 +02:00 |
|
Andrew Murray
|
c0048ad7de
|
Use context managers
|
2019-11-26 07:03:23 +11:00 |
|