Commit Graph

14303 Commits

Author SHA1 Message Date
Alexander Piskun
cce09b713d
Merge pull request #1 from radarhere/xmp-tags-orientation
Simplified code
2022-07-26 05:34:31 -04:00
Andrew Murray
f42e255206 Simplified code 2022-07-26 11:58:44 +10:00
Alexander Piskun
db20d0f8fe
fixing typo in filetest name 2022-07-26 00:45:23 +03:00
Alexander Piskun
6e97da0260
fixing xmp tag orientation generated by exiftool 2022-07-26 00:30:32 +03:00
Andrew Murray
ce7af49eed Update CHANGES.rst [ci skip] 2022-07-25 18:09:06 +10:00
Hugo van Kemenade
cd261abbcb
Merge pull request #6455 from radarhere/gif_tile 2022-07-25 10:05:27 +03:00
Andrew Murray
ca4261f9fd Update CHANGES.rst [ci skip] 2022-07-25 07:53:17 +10:00
Hugo van Kemenade
dd20412472
Merge pull request #6444 from radarhere/mpo
Support saving multiple MPO frames
2022-07-24 11:21:46 +03:00
Hugo van Kemenade
f3551ae13e
Merge pull request #6456 from radarhere/memory
Moved tile encoding into separate function
2022-07-24 10:44:31 +03:00
ShadelessFox
3bec5999e0
Rename remaining occurrences of BC6S -> BC6HS 2022-07-23 15:20:35 +03:00
ShadelessFox
c5155fdcef
Merge pull request #4 from radarhere/bc6h
Rename format to BC6H and BC6HS
2022-07-23 05:19:24 -07:00
REDxEYE
1050d13350 Replace test files with images with compatible license 2022-07-23 12:44:03 +03:00
Andrew Murray
4a13857aa6 Switch to GitHub Actions artifacts for Windows wheels 2022-07-23 15:29:01 +10: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
8784ee1410 Moved code into separate function 2022-07-22 07:59:30 +10:00
Andrew Murray
0844fb0ed3 Do not clear tile if not updating the image when seeking 2022-07-21 09:05:14 +10:00
Hugo van Kemenade
446446f579
Merge pull request #6451 from radarhere/libimagequant
Updated libimagequant to 4.0.1
2022-07-19 22:54:18 +03:00
Andrew Murray
37e794245e Updated libimagequant to 4.0.1 2022-07-19 13:11:17 +10:00
ShadelessFox
4b97f88ef8
Code cleanup 2022-07-19 02:19:21 +03:00
ShadelessFox
75b3918822
Merge pull request #3 from radarhere/bc6_tests
Restored unimplemented DXGI format test
2022-07-18 16:15:50 -07:00
Andrew Murray
13acf0a545 Update CHANGES.rst [ci skip] 2022-07-19 07:50:04 +10:00
Andrew Murray
3a7e29306a Added release notes 2022-07-19 07:40:25 +10:00
Andrew Murray
f5af251fb0
Merge pull request #6433 from hugovk/docs-csv-table
Docs: Replace version tables with RST csv-table and add 3.11
2022-07-19 07:23:59 +10: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
ShadelessFox
18a3c249b6
Fix BC6H_SF decoder 2022-07-18 22:24:40 +03:00
REDxEYE
b7715d1600
Fix BC6H_SF decoding error.
Decoding error were caused by additional sign extend call after endpoint
transform, according to khronos documentation, you only suppose to sign
extend endpoints only once, further calls to sign extend mangles
endpoint data.
2022-07-18 22:24:40 +03:00
ShadelessFox
f58c0ea533
Fix BC6 block decoder 2022-07-18 22:24:40 +03:00
Hugo van Kemenade
77402067fb
Omit ":widths: auto"
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-07-18 15:30:00 +03:00
Hugo van Kemenade
04e9854417
Merge pull request #6450 from radarhere/setuptools
Do not quote Pillow version for setuptools >= 60
2022-07-18 11:37:35 +03:00
pre-commit-ci[bot]
aba0859db9 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-07-18 06:17:10 +00:00
Andrew Murray
08db23c61c Do not quote Pillow version for setuptools >= 60 2022-07-18 16:16:06 +10:00
Andrew Murray
dea30e4c80 Fixed set_variation_by_name offset 2022-07-18 08:39:23 +10:00
mergify[bot]
2258f23781
Merge pull request #6443 from timgates42/bugfix_typo_unpredictable
Fix simple typo
2022-07-16 11:52:47 +00:00
mergify[bot]
d53344b39f
Merge pull request #6442 from radarhere/libwebp
Updated libwebp to 1.2.3
2022-07-16 10:10:31 +00:00
Andrew Murray
2944ff18d6 Support saving multiple MPO frames 2022-07-16 20:02:58 +10:00
Tim Gates
dfa6655bdd
docs: fix simple typo, unpredicatable -> unpredictable
There is a small typo in src/PIL/Image.py.

Should read `unpredictable` rather than `unpredicatable`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-16 19:04:42 +10:00
Andrew Murray
864e86fb20
Merge pull request #6441 from hugovk/add-3.11
3.11: Add Trove classifier and to tox.ini and update setup.py version check
2022-07-16 18:21:31 +10:00
Andrew Murray
ada4112c61
Merge pull request #6440 from hugovk/make-doc-PYTHON
Docs: Allow setting Python interpreter via command line
2022-07-16 18:20:10 +10:00
Andrew Murray
45963b1b40 Update CHANGES.rst [ci skip] 2022-07-16 17:25:29 +10:00
Andrew Murray
55a5017934 Updated libwebp to 1.2.3 2022-07-16 17:22:45 +10:00
Hugo van Kemenade
03df65e77b Docs: Allow setting Python interpreter via command line 2022-07-15 14:55:08 +03:00
Hugo van Kemenade
1f74704d6f
Merge pull request #6436 from radarhere/bmp
Added ABGR BMP mask mode
2022-07-15 14:15:30 +03:00
Hugo van Kemenade
6801a255a3 Add support for Python 3.11 2022-07-15 13:42:36 +03:00
Hugo van Kemenade
48ad0b1f38 Rebalance version tables 2022-07-15 11:25:33 +03:00
Hugo van Kemenade
0f3ad23e1b Add Python 3.11 for Pillow >= 9.3 2022-07-15 11:15:49 +03:00