Hugo van Kemenade
9dcb1f402c
Merge pull request #5334 from radarhere/harfbuzz
...
Updated harfbuzz to 2.8.0
2021-03-17 07:32:17 +02:00
Andrew Murray
dd097fe1fd
Updated list of TIFF compression methods [ci skip]
2021-03-17 11:14:12 +11:00
Andrew Murray
b7a76899be
Updated harfbuzz to 2.8.0
2021-03-17 07:51:32 +11:00
Andrew Murray
b216b367ac
Only set info transparency on first frame
2021-03-17 00:24:57 +11:00
Glenn Maynard
18854dcf14
GIF: Handle GIF transparency in the decoder.
...
Remove the special case for disposal_method == 1 and handle GIF
transparency by telling the decoder the transparent index.
2021-03-16 23:17:28 +11:00
Glenn Maynard
a4a314f765
GIF: Support transparency in the native decoder.
...
Allow the transparency index to be passed to the native decoder. If not
-1, pixels with this index will be left at their previous value.
This only adds the decoder support and isn't active yet.
2021-03-16 23:17:12 +11:00
Andrew Murray
d7cbc9a27e
Corrected grammar
2021-03-16 22:19:48 +11:00
Andrew Murray
c801db7a32
Added test for saving PNG with bits keyword
2021-03-15 21:27:07 +11:00
Andrew Murray
36a4b055bb
Updated comments
2021-03-15 12:50:30 +11:00
Andrew Murray
68719fe6ea
Merge branch 'master' into exif
2021-03-15 12:41:45 +11:00
Andrew Murray
c52b45df62
Removed automatic retrieval of GPS IFD
2021-03-15 12:33:06 +11:00
Eric Soroos
ad37e86c40
DecompressionBombError is now an option
2021-03-15 00:21:18 +01:00
Eric Soroos
83dabda6b2
Clean up comments and filters
2021-03-15 00:18:07 +01:00
Eric Soroos
d45247eb66
Add decompression bomb error to font fuzzer
2021-03-15 00:14:43 +01:00
Hugo van Kemenade
8064e04e96
Merge pull request #5327 from radarhere/tiff_icc_profile
...
Document #5321
2021-03-15 00:37:11 +02:00
Andrew Murray
b57aee53a2
Added release notes for #5321 [ci skip]
2021-03-15 08:30:27 +11:00
Hugo van Kemenade
b7e525dfa4
Merge pull request #5329 from wiredfool/pytest-timeout
2021-03-14 22:04:32 +02:00
Eric Soroos
12715c5ea9
Install Pytest-timeout in dev-requirements
2021-03-14 14:22:27 +01:00
Eric Soroos
d0d42cd7c2
Install pytest-timeout on the ci.
...
(dry?)
2021-03-14 14:20:57 +01:00
Eric Soroos
76e0422eb7
Isort linted that there's an extra line, which black didn't worry about
2021-03-14 14:13:37 +01:00
Eric Soroos
862e3b9d8e
Apparently, it's a keyword-only parameter
2021-03-14 14:11:48 +01:00
Eric Soroos
961b2c0242
True
2021-03-14 14:03:41 +01:00
Eric Soroos
487dc16ce6
Can't skip windows properly because the depenedncy is in the decorator
2021-03-14 13:57:24 +01:00
Eric Soroos
bb6b991d8d
no colors anymore, they want them to turn black
2021-03-14 13:49:36 +01:00
Eric Soroos
0ea13132a2
Overflow error shows up in x86
2021-03-14 13:42:16 +01:00
Eric Soroos
6189bca3bc
Skip fuzzer tests on windows
2021-03-14 13:42:16 +01:00
Eric Soroos
8b06fec6ab
linty bits
2021-03-14 13:14:39 +01:00
Eric Soroos
c17ce801cf
I see a python file and I want to paint it black
2021-03-14 13:02:48 +01:00
Eric Soroos
6d6ef4a539
Ignore the pyinstaller spec files
2021-03-14 13:01:27 +01:00
Eric Soroos
becd633d3f
Refactor fuzzers, add fuzzer tests
2021-03-14 13:01:27 +01:00
Andrew Murray
d466620cfa
Update CHANGES.rst [ci skip]
2021-03-14 21:25:16 +11:00
Andrew Murray
cfcedcc520
icc_profile is now a keyword argument when saving TIFF files [ci skip]
2021-03-14 21:21:40 +11:00
Hugo van Kemenade
1c086c65d4
Merge pull request #5321 from radarhere/tiff_icc_profile
...
Save ICC profile from TIFF encoderinfo
2021-03-14 10:42:51 +02:00
Hugo van Kemenade
982837ec85
Merge pull request #5325 from radarhere/unclosed_file
...
Fixed unclosed file warning
2021-03-14 10:29:58 +02:00
Hugo van Kemenade
4c297ec312
Merge pull request #5268 from radarhere/rgb
...
Moved RGB fix inside ImageQt class
2021-03-14 10:26:08 +02:00
Andrew Murray
2f84f633e3
Create disposal image at the destination size, instead of cropping
2021-03-14 13:40:55 +11:00
Andrew Murray
16dbffc3a8
_crop already makes a copy of the image
2021-03-14 13:31:16 +11:00
Eric Soroos
e2577d1736
font fuzzer
2021-03-13 11:35:50 +01:00
Eric Soroos
38692f222f
Delegate building of oss-fuzz versions to pillow
2021-03-13 11:12:05 +01:00
Andrew Murray
2844fd2d18
Fixed unclosed file warning
2021-03-12 22:45:07 +11:00
Andrew Murray
188d4f6b6a
Only import numpy when necessary
2021-03-12 12:03:48 +11:00
Andrew Murray
f91f93e246
Merge pull request #5305 from lukegb/bug/format-strings
...
Fix -Wformat error in TiffDecode
2021-03-11 22:34:17 +11:00
Andrew Murray
68b655f3f0
Updated format specifiers
2021-03-10 20:43:16 +11:00
Andrew Murray
f42d6cf1ac
Save ICC profile from TIFF encoderinfo
2021-03-10 20:16:49 +11:00
Andrew Murray
e54880c652
Moved RGB fix inside ImageQt class
2021-03-10 13:17:19 +11:00
Andrew Murray
21da5b1ed8
Update CHANGES.rst [ci skip]
2021-03-09 07:09:50 +11:00
Hugo van Kemenade
2d042736c3
Merge pull request #5318 from radarhere/releasenotes
...
Added link to class and function in release notes
2021-03-08 20:34:21 +02:00
mergify[bot]
e110e093a6
Merge pull request #5313 from radarhere/alpha_composite
...
Allow alpha_composite destination to be negative
2021-03-08 13:06:22 +00:00
Hugo van Kemenade
3225e39e9a
Merge branch 'master' into alpha_composite
2021-03-08 14:16:46 +02:00
Andrew Murray
7c7a68867d
Update CHANGES.rst [ci skip]
2021-03-08 23:16:16 +11:00