Hugo van Kemenade
|
8013f130a5
|
8.3.2 version bump
|
2021-09-02 15:13:00 +03:00 |
|
Hugo van Kemenade
|
23c7ca82f0
|
Update CHANGES.rst
|
2021-09-02 15:08:30 +03:00 |
|
Hugo van Kemenade
|
8450366be3
|
Update release notes
|
2021-09-02 15:08:18 +03:00 |
|
Hugo van Kemenade
|
a0afe89990
|
Update test case
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2021-09-02 15:08:14 +03:00 |
|
Hugo van Kemenade
|
9e08eb8f78
|
Raise ValueError if color specifier is too long
|
2021-09-02 15:08:09 +03:00 |
|
Eric Soroos
|
bd5cf7db87
|
FLI tests for Oss-fuzz crash.
* Note, valgrind doesn't pick this up, it's only the oss-fuzz
reproducer that catches it OMM.
|
2021-09-02 15:08:04 +03:00 |
|
Eric Soroos
|
94a0cf1b14
|
Fix 6-byte OOB read in FliDecode
|
2021-09-02 15:08:00 +03:00 |
|
Hugo van Kemenade
|
cece64f4be
|
Add 8.3.2 (2021-09-02) [CI skip]
|
2021-09-01 19:27:44 +03:00 |
|
Hugo van Kemenade
|
e422386376
|
Add release notes for Pillow 8.3.2
|
2021-09-01 19:27:02 +03:00 |
|
Andrew Murray
|
08dcbb8732
|
Pillow 8.3.2 supports Python 3.10 [ci skip]
|
2021-09-01 19:25:35 +03:00 |
|
nulano
|
cce1244562
|
hide FriBiDi shim symbols to avoid conflict with real FriBiDi library
|
2021-09-01 19:22:14 +03:00 |
|
Andrew Murray
|
64edb9cd6d
|
Fixed generated palettes
|
2021-09-01 19:21:26 +03:00 |
|
Andrew Murray
|
8f1524edd8
|
Updated documentation
|
2021-09-01 19:21:22 +03:00 |
|
Andrew Murray
|
bac474402c
|
Do not rearrange palette channels
|
2021-09-01 19:16:36 +03:00 |
|
Andrew Murray
|
8cc3ac3093
|
Added test
|
2021-09-01 19:16:27 +03:00 |
|
Miloš Komarčević
|
39e36368e7
|
Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression
|
2021-09-01 19:16:23 +03:00 |
|
Andrew Murray
|
c0615e74b2
|
Used line block in table heading
|
2021-09-01 19:11:28 +03:00 |
|
Andrew Murray
|
1b11694a2b
|
Removed bottom gap in table headings
|
2021-09-01 19:11:17 +03:00 |
|
Andrew Murray
|
49b8c7e548
|
Use line blocks instead of blank lines
|
2021-09-01 19:11:13 +03:00 |
|
Hugo van Kemenade
|
0fbd20118d
|
Split support table to fit on page
|
2021-09-01 19:07:29 +03:00 |
|
Hugo van Kemenade
|
e10a5ec7e0
|
Add th headers to tables, newlines, fix typo
|
2021-09-01 19:07:25 +03:00 |
|
Hugo van Kemenade
|
db774eeaa7
|
Add support for Python 3.10
|
2021-09-01 19:07:18 +03:00 |
|
Andrew Murray
|
92933b8657
|
8.3.1 version bump
|
2021-07-07 00:05:28 +10:00 |
|
Andrew Murray
|
31bd320791
|
Added release notes for 8.3.1
|
2021-07-07 00:05:14 +10:00 |
|
Andrew Murray
|
afca674cd4
|
Update CHANGES.rst [ci skip]
|
2021-07-06 18:00:09 +10:00 |
|
Andrew Murray
|
c712d68df2
|
Catch OSError when checking if fp is sys.stdout
|
2021-07-06 17:58:58 +10:00 |
|
Andrew Murray
|
9b4fff85b3
|
Handle removing orientation from alternate types of EXIF data
|
2021-07-06 17:58:53 +10:00 |
|
Thomas Viehmann
|
76037e514f
|
Use numpy.array with dtype
Thank you @radarhere.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2021-07-06 17:58:44 +10:00 |
|
Thomas Viehmann
|
2ebb695a3a
|
Use numpy.float64 instead of numpy.float to avoid deprecation (thank you radarhere)
|
2021-07-06 17:58:39 +10:00 |
|
Thomas Viehmann
|
7e8cefaee4
|
Make Image.__array__ take optional dtype argument
This is required by the numpy protocol.
|
2021-07-06 17:58:32 +10:00 |
|
Andrew Murray
|
51591a80a4
|
8.3.0 version bump
|
2021-07-01 13:53:49 +10:00 |
|
Andrew Murray
|
8041c0405d
|
Update CHANGES.rst [ci skip]
|
2021-07-01 13:32:27 +10:00 |
|
Andrew Murray
|
d254e581a1
|
Added release notes for #5567
|
2021-07-01 13:32:20 +10:00 |
|
Andrew Murray
|
31c473898c
|
Merge pull request #5567 from radarhere/sprintf
Limit sprintf modes to 10 characters
|
2021-07-01 12:57:13 +10:00 |
|
Andrew Murray
|
23b21511b4
|
Update CHANGES.rst [ci skip]
|
2021-07-01 00:38:47 +10:00 |
|
Hugo van Kemenade
|
861a031304
|
Merge pull request #5514 from kmilos/fix_tiff_rowsperstrip
|
2021-06-30 17:31:42 +03:00 |
|
Andrew Murray
|
f6683683c8
|
Update CHANGES.rst [ci skip]
|
2021-07-01 00:30:00 +10:00 |
|
Hugo van Kemenade
|
06f88ddff4
|
Merge pull request #4526 from newpanjing/master
|
2021-06-30 17:13:43 +03:00 |
|
Andrew Murray
|
518ee3722a
|
Use snprintf instead of sprintf
|
2021-06-30 23:52:56 +10:00 |
|
Andrew Murray
|
43f5a5f80b
|
Combined sizes and types into dictionary
|
2021-06-30 23:30:59 +10:00 |
|
Andrew Murray
|
6fd4c6e82d
|
Update CHANGES.rst [ci skip]
|
2021-06-30 23:05:26 +10:00 |
|
mergify[bot]
|
914950959b
|
Merge pull request #4989 from gofr/4962-jpeg-zigzag
De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables
|
2021-06-30 12:37:26 +00:00 |
|
Andrew Murray
|
dfeb49c107
|
Documented deprecation
|
2021-06-30 21:47:41 +10:00 |
|
Andrew Murray
|
1b74bddfde
|
Merge pull request #5564 from radarhere/getcolor
Do not use background or transparency index for new color
|
2021-06-30 21:45:21 +10:00 |
|
Andrew Murray
|
afb6ad27d7
|
Sorted deprecations by removal date
|
2021-06-30 20:57:21 +10:00 |
|
Andrew Murray
|
d11c794997
|
Merge branch 'master' into 4962-jpeg-zigzag
|
2021-06-30 20:54:55 +10:00 |
|
Andrew Murray
|
8f5762ec5f
|
Parametrized test
|
2021-06-30 20:32:48 +10:00 |
|
Andrew Murray
|
5f4504bb03
|
Limit sprintf modes to 10 characters
|
2021-06-30 19:35:09 +10:00 |
|
Andrew Murray
|
b5c15e93f2
|
Update CHANGES.rst [ci skip]
|
2021-06-30 19:34:42 +10:00 |
|
Andrew Murray
|
70c7514a4a
|
Added specific removal details
|
2021-06-30 19:29:52 +10:00 |
|