Commit Graph

14541 Commits

Author SHA1 Message Date
Andrew Murray
642d574087 Added JPXDecode for RGBA images 2023-02-02 21:48:47 +11:00
Andrew Murray
b3af769c1a Set alpha channel for OpenJPEG 2023-02-02 20:52:50 +11:00
Hugo van Kemenade
569751e454
Merge pull request #6923 from radarhere/libjpeg-turbo
Updated libjpeg-turbo to 2.1.5
2023-02-01 07:05:17 +02:00
Andrew Murray
a119b19c07 Updated libjpeg-turbo to 2.1.5 2023-02-01 08:36:06 +11:00
Hugo van Kemenade
da6d83ff3c
Merge pull request #92 from radarhere/rm-svn 2023-01-31 13:23:01 +02:00
Andrew Murray
772567a4ce Switched to python-pillow repositories 2023-01-31 20:31:41 +11:00
Andrew Murray
e922714bbf
Merge branch 'main' into rm-svn 2023-01-31 20:30:31 +11:00
Andrew Murray
f82546fa2e
Merge pull request #6922 from radarhere/dependencies
Sort dependencies
2023-01-31 20:17:06 +11:00
Hugo van Kemenade
7e35e15eee Replace subversion with wget package 2023-01-31 10:53:47 +02:00
Hugo van Kemenade
120d56b4ba Sort dependencies 2023-01-31 10:53:47 +02:00
Hugo van Kemenade
c8966013bd Replace SVN with Git for installing extra test images 2023-01-31 10:53:47 +02:00
Hugo van Kemenade
9932d0cb5c Sort dependencies 2023-01-31 08:53:46 +11:00
mergify[bot]
76478c6865
Merge pull request #6920 from radarhere/precommit
pre-commit autoupdate
2023-01-29 09:46:29 +00:00
Andrew Murray
446cfddb5d pre-commit autoupdate 2023-01-29 20:05:35 +11:00
Andrew Murray
1de6c958df Update CHANGES.rst [ci skip] 2023-01-29 18:43:40 +11:00
Andrew Murray
6a700693a5
Merge pull request #6896 from sebastic/tiff-multiarch
Handle more than one directory returned by pkg-config
2023-01-29 18:40:06 +11:00
Andrew Murray
412f5a5233 Moved test_wrong_bits_per_sample to test_file_libtiff.py 2023-01-29 17:33:51 +11:00
Andrew Murray
510de501ea Moved test_get_child_images to test_file_libtiff.py 2023-01-29 17:33:46 +11:00
Hugo van Kemenade
0ad275f85f
Merge pull request #6915 from radarhere/qt 2023-01-28 19:59:04 +02:00
mergify[bot]
30010c4fe2
Merge pull request #6917 from radarhere/register_open
Prevent register_open from adding duplicates to ID
2023-01-28 12:34:45 +00:00
Andrew Murray
3e37a919b1 Prevent register_open from adding duplicates to ID 2023-01-28 22:43:04 +11:00
Andrew Murray
a0492f7968 Ensure that pkg-config paths are split by spaces 2023-01-28 20:17:54 +11:00
nulano
73f55b4e01 remove redundant default value
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2023-01-28 15:35:33 +11:00
Andrew Murray
e76fa1674e Relax roundtrip check 2023-01-28 14:15:51 +11:00
Hugo van Kemenade
698951e19e
Merge pull request #6907 from Pehat/patch-1
Specify correct description for mode L
2023-01-24 07:44:42 +02:00
Renat Nasyrov
9dc9e82bef
Specify correct description for mode L. 2023-01-24 00:11:27 +01:00
mergify[bot]
c0ec840821
Merge pull request #6906 from radarhere/libimagequant
Updated libimagequant to 4.1.0
2023-01-22 21:51:21 +00:00
Andrew Murray
20c54ba110 Updated libimagequant to 4.1.0 2023-01-23 07:37:20 +11:00
Andrew Murray
e01f555658 Update CHANGES.rst [ci skip] 2023-01-22 06:41:19 +11:00
Hugo van Kemenade
6d09f3382d
Merge pull request #6902 from radarhere/open 2023-01-21 19:06:07 +02:00
Andrew Murray
535d886bf9
Merge pull request #6905 from hugovk/deprecate-pillow-11
Handling for deprecations to be removed in Pillow 11
2023-01-21 07:06:59 +11:00
Hugo van Kemenade
9b660db62d Handling for deprecations to be removed in Pillow 11 2023-01-20 14:35:11 +02:00
Andrew Murray
bf0abdca27 Do not retry past formats when loading all formats for the first time 2023-01-19 08:06:30 +11:00
Hugo van Kemenade
0b53853941
Merge pull request #6893 from radarhere/formats 2023-01-18 22:53:17 +02:00
Hugo van Kemenade
407f0f94c1
Merge pull request #6892 from radarhere/init 2023-01-18 22:50:41 +02:00
Andrew Murray
0635c18030 Update CHANGES.rst [ci skip] 2023-01-18 23:02:19 +11:00
Hugo van Kemenade
876b9f4ec8
Merge pull request #6897 from radarhere/eps
Stop reading when EPS line becomes too long
2023-01-18 09:57:31 +02:00
Hugo van Kemenade
96a075b756
Merge pull request #6901 from radarhere/libimagequant
Updated libimagequant to 4.0.5
2023-01-18 09:45:35 +02:00
Andrew Murray
2332a1c796 Updated libimagequant to 4.0.5 2023-01-18 08:27:49 +11:00
Yay295
e80707547f parametrize test_image_access::test_signedness() 2023-01-16 07:47:24 -06:00
Yay295
1603872f24 use better variable names 2023-01-16 07:46:11 -06:00
mergify[bot]
77b316c8f0
Merge pull request #6898 from Yay295/parametrize_tar_test
Parametrize test_file_tar::test_sanity()
2023-01-16 02:29:56 +00:00
Yay295
7ad50d9185
log expected & actual color in image access tests 2023-01-15 19:42:55 -06:00
Yay295
c2176f2747
use string for parametrization name declaration
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2023-01-15 19:36:52 -06:00
Yay295
cd4656410f parametrize test_file_tar::test_sanity() 2023-01-15 17:40:48 -06:00
Bas Couwenberg
04cf5e2cfc Handle more than one directory returned by pkg-config.
tiff (4.5.0-1) in Debian results in two include directories being returned:
```
-I/usr/include/x86_64-linux-gnu -I/usr/include
```
2023-01-15 13:48:07 +01:00
Andrew Murray
3360b5a756 Stop reading when a line becomes too long 2023-01-15 19:49:13 +11:00
Hugo van Kemenade
50f5eade47
Merge pull request #6895 from python-pillow/alex-clark-jeffrey-a-clark-alex
Alex Clark -> Jeffrey A. Clark (Alex)
2023-01-14 21:51:27 +02:00
pre-commit-ci[bot]
5a71fe8041 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-01-14 17:39:37 +00:00
Alex Clark
55ce251a89 Alex Clark -> Jeffrey A. Clark (Alex)
I'm still "Alex", just on a Jeffrey A. Clark roll lately.
2023-01-14 12:36:22 -05:00