Commit Graph

16796 Commits

Author SHA1 Message Date
Andrew Murray
a4baeda9f6
Fixed typo
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-12-29 11:07:16 +11:00
Andrew Murray
73a2c3049f Use pytest.raises match argument 2022-12-29 10:27:03 +11:00
Andrew Murray
cd351c4f85 Added release notes 2022-12-29 09:41:14 +11:00
Andrew Murray
4518dc82ba Merge branch 'main' into signed 2022-12-29 09:37:35 +11:00
Andrew Murray
0da8e43977 Parametrized test 2022-12-29 08:58:38 +11:00
Hugo van Kemenade
f0b494ede5
Merge pull request #6718 from radarhere/openjpeg_arm
Resolves https://github.com/python-pillow/Pillow/issues/6679
2022-12-28 17:41:01 +02:00
Hugo van Kemenade
1a93e84355
Merge pull request #6798 from radarhere/apply_transparency 2022-12-28 16:49:59 +02:00
Hugo van Kemenade
d972890fb4
Merge pull request #6825 from radarhere/i16 2022-12-28 16:47:07 +02:00
Hugo van Kemenade
88a81db1c4
Merge pull request #6708 from radarhere/rgba2rgb_
Resolves https://github.com/python-pillow/Pillow/issues/6706
2022-12-28 16:27:31 +02:00
Andrew Murray
a0e1608f4f Support accessing I;16N pixels 2022-12-28 18:58:16 +11:00
Andrew Murray
8cfc25618f Support unpacking I;16N 2022-12-28 18:57:24 +11:00
Andrew Murray
e908e10aab Support packing I;16N 2022-12-28 17:47:38 +11:00
Andrew Murray
700a8e98da Support converting between I;16N and L 2022-12-28 17:47:15 +11:00
Andrew Murray
a9c46bc288 Document "transparency" info key 2022-12-28 10:22:10 +11:00
Andrew Murray
bcdb208fe2 Restored Image constants, except for duplicate Resampling attributes 2022-12-28 09:44:53 +11:00
pre-commit-ci[bot]
906890bfe8 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-12-26 13:43:22 +03:00
REDxEYE
c3457f10eb Add switch to DXT1 encoder to select block mode (With alpha/Without alpha) 2022-12-26 13:43:22 +03:00
REDxEYE
a634a44a9c Add missing images 2022-12-26 13:43:22 +03:00
pre-commit-ci[bot]
9ff852f06b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-12-26 13:43:22 +03:00
REDxEYE
6b781a623b Add raw encoders/decoders for 2 channel RG format 2022-12-26 13:43:22 +03:00
pre-commit-ci[bot]
53e1831617 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-12-26 13:43:22 +03:00
REDxEYE
f368f30597 Add basic read tests for VTF 2022-12-26 13:43:22 +03:00
REDxEYE
3e7843745b Add support for few more formats 2022-12-26 13:43:22 +03:00
REDxEYE
ed70519396 Add better check for DXT1 with alpha 2022-12-26 13:43:22 +03:00
pre-commit-ci[bot]
b7a589475d [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-12-26 13:43:22 +03:00
REDxEYE
59a43752d1 Refactor vtf saving 2022-12-26 13:43:21 +03:00
REDxEYE
afc0e8e1a0 Fix mipmap calculation 2022-12-26 13:43:21 +03:00
REDxEYE
7285b74a61 Add support for other common pixel formats 2022-12-26 13:43:21 +03:00
REDxEYE
c6c0749a16 Remove pointer casts as they may lead to UB and refactor code to not use union rgb565 structs 2022-12-26 13:43:21 +03:00
Andrew Murray
a05be82920 Minor changes 2022-12-26 13:43:21 +03:00
Andrew Murray
2cc5893d87 Restored black formatting 2022-12-26 13:43:21 +03:00
REDxEYE
a9364f33e5 Fix flake errors 2022-12-26 13:43:21 +03:00
REDxEYE
affaa62ec4 Made loops compatible with old C standart 2022-12-26 13:43:21 +03:00
REDxEYE
1ce95d1b9f Fix variable type 2022-12-26 13:43:21 +03:00
REDxEYE
1c3a1df632 Add back accidentally removed static from decode_565 2022-12-26 13:43:21 +03:00
pre-commit-ci[bot]
8e11a6144a [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-12-26 13:43:21 +03:00
REDxEYE
43592dde2b Add Bcn BC1 encoder 2022-12-26 13:43:21 +03:00
REDxEYE
0d9ac2af85 Update copyright 2022-12-26 13:43:21 +03:00
REDxEYE
b883b64911 Update copyright 2022-12-26 13:43:21 +03:00
REDxEYE
719a3ba709 Initial implementation of Bcn encoder 2022-12-26 13:43:19 +03:00
REDxEYE
59c2d19904 Adjusted formatting regions 2022-12-26 13:42:12 +03:00
pre-commit-ci[bot]
9223c06482 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-12-26 13:42:12 +03:00
REDxEYE
df3c025cbc Initial VTF read support 2022-12-26 13:42:12 +03:00
Andrew Murray
2755e0ffaa Update CHANGES.rst [ci skip] 2022-12-26 19:24:41 +11:00
Hugo van Kemenade
0a19b34a85
Merge pull request #6820 from radarhere/dds_l
Added DDS support for uncompressed L and LA images
2022-12-26 10:02:37 +02:00
Hugo van Kemenade
88420f6cfb
Merge pull request #6749 from radarhere/exif_lightsource
Added LightSource tag values to ExifTags
2022-12-26 10:01:32 +02:00
Andrew Murray
08816f43ae Added support for I;16 modes in putdata() 2022-12-26 18:35:24 +11:00
mergify[bot]
925e27c77f
Merge pull request #6826 from radarhere/libtiff
Updated libtiff shared library name
2022-12-26 06:49:14 +00:00
Andrew Murray
d2590437c4 Updated libtiff shared library name 2022-12-26 16:21:45 +11:00
Hugo van Kemenade
a4983e6ce4
Merge pull request #353 from radarhere/libtiff
Updated libtiff to 4.5.0
2022-12-24 09:33:34 +02:00