Andrew Murray
|
01871b88df
|
Changed wording to avoid confusion with IMAGING_TYPE_SPECIAL [ci skip]
|
2021-04-17 09:23:16 +10:00 |
|
Andrew Murray
|
4351c37fc4
|
Corrected adobe_transform value
|
2021-04-15 21:49:51 +10:00 |
|
Andrew Murray
|
7a4bf3df0f
|
Changed exception type to be more specific
|
2021-04-15 20:55:45 +10:00 |
|
Andrew Murray
|
9b6fe1b039
|
Update CHANGES.rst [ci skip]
|
2021-04-15 20:26:31 +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 |
|
Hugo van Kemenade
|
85d251b479
|
Merge pull request #5384 from radarhere/core_tags
|
2021-04-15 13:10:25 +03:00 |
|
Andrew Murray
|
da704c75fc
|
Update CHANGES.rst [ci skip]
|
2021-04-15 19:05:04 +10:00 |
|
Andrew Murray
|
a47072bcbe
|
Treat previous contents of first frame as transparent
|
2021-04-15 19:01:12 +10:00 |
|
Hugo van Kemenade
|
2f5687f886
|
Merge pull request #5390 from radarhere/gif_missing_background
Use zero if GIF background color index is missing
|
2021-04-15 11:57:31 +03:00 |
|
Andrew Murray
|
8498bf725d
|
Update CHANGES.rst [ci skip]
|
2021-04-15 18:23:06 +10:00 |
|
Hugo van Kemenade
|
0cc2943aef
|
Merge pull request #5386 from radarhere/previous_frame_loaded
Fixed ensuring that GIF previous frame was loaded
|
2021-04-15 10:47:44 +03:00 |
|
Andrew Murray
|
45003b78ed
|
Merge pull request #5399 from cholojuanito/docs-pdf-param-update
Fix PDF file format documentation
|
2021-04-11 15:18:37 +10:00 |
|
Andrew Murray
|
2cb1d056c0
|
Merge branch 'master' into jp2-decode-subsample
|
2021-04-11 12:49:10 +10:00 |
|
Andrew Murray
|
8be655bec6
|
Merge branch 'master' into core_tags
|
2021-04-11 12:46:37 +10:00 |
|
Andrew Murray
|
65cdc21105
|
Changed quantize and quantize2 to static
|
2021-04-11 12:40:59 +10:00 |
|
wiredfool
|
fe668716ed
|
Merge pull request #5397 from wiredfool/valgrind_fixes
Valgrind fixes
|
2021-04-10 19:15:17 +01:00 |
|
nulano
|
ee41a133dd
|
formatting
|
2021-04-10 20:03:46 +02:00 |
|
Eric Soroos
|
75c60bd6bb
|
Can't install valgrind in requirements, breaks doc building
|
2021-04-10 17:47:18 +02:00 |
|
Eric Soroos
|
1c872a9eda
|
lint stuff
|
2021-04-10 16:58:01 +02:00 |
|
Tanner Davis
|
a02e700f44
|
Merge pull request #2 from radarhere/docs-pdf-param-update
Corrected syntax
|
2021-04-10 06:54:56 -06:00 |
|
Andrew Murray
|
fc64064387
|
Changed mode for 16-bit palette to BGR;15
|
2021-04-10 22:11:20 +10:00 |
|
Eric Soroos
|
af6fb9c518
|
xfail the fuzzer check as well
|
2021-04-10 12:03:39 +02:00 |
|
Eric Soroos
|
c94f66ad13
|
make sure we return a mark decorator
|
2021-04-10 12:03:15 +02:00 |
|
Andrew Murray
|
302ddc9b5e
|
Corrected syntax
|
2021-04-10 11:39:24 +10:00 |
|
Eric Soroos
|
a3a69c8385
|
conditional mark for valgrind ignore
|
2021-04-09 23:53:24 +02:00 |
|
Tanner Davis
|
8c38c80bb1
|
Now the rst link to the Image class should work
|
2021-04-09 11:47:29 -06:00 |
|
Tanner Davis
|
8da6eef073
|
Made sure the rst link to the Image class was correct
|
2021-04-09 11:09:16 -06:00 |
|
Tanner Davis
|
ef3de6bf4f
|
PDF format docs, append_images param update [ci skip]
Made sure it is documented that both the `append_images` and `save_all` params must be set. Just setting `append_images` does not work.
|
2021-04-09 10:53:33 -06:00 |
|
Andrew Murray
|
356681faae
|
Merge pull request #5393 from hugovk/test-redos
Add test for CVE-2021-25292 ReDoS
|
2021-04-09 23:34:11 +10:00 |
|
Eric Soroos
|
441e6426ae
|
Initialize buffer with 0, fixes valgrind undefined behavior issues
|
2021-04-09 13:41:23 +02:00 |
|
Eric Soroos
|
43aa6ade6f
|
Local valgrind test target
|
2021-04-09 13:39:28 +02:00 |
|
Andrew Murray
|
04df6e3bf1
|
mapdepth is only 1 byte
|
2021-04-09 21:38:28 +10:00 |
|
Hugo van Kemenade
|
b01fd46fe6
|
Merge pull request #5395 from radarhere/python3
|
2021-04-09 13:43:45 +03:00 |
|
Andrew Murray
|
714d6c8cd3
|
Removed shebang line
|
2021-04-09 19:10:53 +10:00 |
|
Andrew Murray
|
b8c8375d0c
|
Use python3 in shebang line
|
2021-04-09 19:10:36 +10:00 |
|
Hugo van Kemenade
|
bde149be38
|
Add test for CVE-2021-25292 ReDoS
|
2021-04-08 23:53:22 +03:00 |
|
Andrew Murray
|
3cb2413066
|
Use zero if background color index is missing
|
2021-04-08 08:04:20 +10:00 |
|
Hugo van Kemenade
|
75c111903c
|
Merge pull request #5382 from radarhere/rounded_rectangle
Round down the radius in rounded_rectangle
|
2021-04-07 19:31:19 +03:00 |
|
Andrew Murray
|
97207a8b19
|
Update CHANGES.rst [ci skip]
|
2021-04-07 19:20:35 +10:00 |
|
Hugo van Kemenade
|
eeddc06305
|
Merge pull request #5383 from radarhere/dds
|
2021-04-07 12:15:02 +03:00 |
|
Andrew Murray
|
d661e438f6
|
Fixed ensuring that previous frame was loaded
|
2021-04-06 19:31:51 +10:00 |
|
Andrew Murray
|
9d489f69ae
|
Removed duplicate word in error message
|
2021-04-05 19:34:00 +10:00 |
|
Andrew Murray
|
56dfc4a956
|
Added 301 and 532 to core tags
|
2021-04-05 19:01:13 +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
|
6f87faf0ee
|
Reversed rawmode for uncompressed RGB data
|
2021-04-05 17:54:34 +10:00 |
|
Andrew Murray
|
92edc29439
|
Round down the radius in rounded_rectangle
|
2021-04-05 08:54:06 +10:00 |
|
Hugo van Kemenade
|
e2ac1d1c34
|
Merge pull request #5380 from radarhere/accept
|
2021-04-03 16:23:39 +03:00 |
|
Andrew Murray
|
60da129d4b
|
Replaced register_open lambdas with _accept method for consistency
|
2021-04-03 21:51:28 +11:00 |
|
Andrew Murray
|
d4f9c6e082
|
Renamed register_open accept methods for consistency
|
2021-04-03 21:51:23 +11:00 |
|
Andrew Murray
|
3c129142c8
|
Catch OSError
|
2021-04-03 09:34:56 +11:00 |
|