Commit Graph

16735 Commits

Author SHA1 Message Date
Andrew Murray
b8cd3e72a6 Do not attempt normalization if image is already normal 2022-10-07 09:48:56 +11:00
Andrew Murray
e6ffbfd8df If palette is present but not needed, do not use global palette 2022-10-06 08:46:31 +11:00
Jay-Jay Aslan
49aca04b61
Merge pull request #1 from radarhere/1-support-for-16-bit-integer-tiffs
Changed mode to I;16
2022-10-05 12:54:31 +02:00
Andrew Murray
0fd110864a Changed mode to I;16 2022-10-05 21:15:45 +11:00
Jay-Jay Aslan
802a1430fe
added support for 16 bit integer tiffs 2022-10-05 11:03:51 +02:00
Jonathan Woolf
1d57114cca
Merge branch 'python-pillow:main' into main 2022-10-04 12:41:45 -06:00
Andrew Murray
00a716c421 High bit depth multichannel images are not yet supported 2022-10-04 12:54:48 +11:00
Jonathan Woolf
e8684d7611
Update src/PIL/CurImagePlugin.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-10-03 11:37:02 -06:00
Hugo van Kemenade
243402e78e
Merge pull request #6634 from radarhere/parametrized_tests 2022-10-03 10:32:20 -07:00
Hugo van Kemenade
285f9cbb12
Merge pull request #6635 from radarhere/pilimage_import 2022-10-03 16:53:30 +02:00
Andrew Murray
92cb0af71f Do not import PIL.Image 2022-10-03 19:54:37 +11:00
Andrew Murray
fea604f693
Merge pull request #6556 from radarhere/returns
Improved documentation of ImageDraw return values
2022-10-03 19:06:58 +11:00
Andrew Murray
1735872442 Enabled test 2022-10-03 17:48:27 +11:00
Andrew Murray
c259ac492f Parametrized tests 2022-10-03 16:57:42 +11:00
Andrew Murray
985fec2f56 Removed duplicate test 2022-10-03 16:54:46 +11:00
Andrew Murray
2a296be986 Update CHANGES.rst [ci skip] 2022-10-03 13:37:56 +11:00
Andrew Murray
74f47d8c1a Document that basic layout is faster than raqm 2022-10-03 10:03:13 +11:00
Andrew Murray
ba78f5d0da Document the default layout engine 2022-10-03 09:39:37 +11:00
Hugo van Kemenade
d0ff4b5e10
Merge pull request #6632 from radarhere/options 2022-10-02 15:17:25 +02:00
nulano
ed990abed4
windows: update xz to 5.2.7, update libpng to 1.6.38 2022-10-02 07:05:18 +01:00
Andrew Murray
15b2b7a9de Added headings before listing options 2022-10-01 19:54:35 +10:00
Hugo van Kemenade
889ec17d90
Merge pull request #331 from radarhere/xz
Updated xz to 5.2.7
2022-10-01 11:33:58 +03:00
Andrew Murray
d03f35b5bb Added enums 2022-10-01 17:24:35 +10:00
Andrew Murray
d0cefec6e1 Updated xz to 5.2.7 2022-10-01 08:38:24 +10:00
Andrew Murray
b34307b9d2 Corrected docstring 2022-09-30 21:57:54 +10:00
Eric Soroos
db1b74198b Don't reassign crc on close 2022-09-30 21:49:15 +10:00
Hugo van Kemenade
bdbf59d151
Merge pull request #6625 from d0sboots/patch-1 2022-09-30 14:12:25 +03:00
David Walker
64d11d9123 Improve documentation for ImageDraw.rectangle and rounded_rectangle
Fixes #1668
2022-09-29 22:38:51 -07:00
Andrew Murray
ea3b66d8ef Allow palette chunk to not be first 2022-09-29 21:29:16 +10:00
Andrew Murray
cb2243713c Only read a maximum of 100 bytes at a time 2022-09-29 08:22:31 +10:00
Andrew Murray
d402fe0b17 Added IMT tests 2022-09-29 08:22:01 +10:00
Jonathan Woolf
d46f45a637
Merge branch 'python-pillow:main' into main 2022-09-27 12:43:07 -06:00
jlwoolf
7045898700 Merge branch 'main' of https://github.com/jlwoolf/Pillow 2022-09-27 12:30:35 -06:00
jlwoolf
915df6c7cf fixed bug regarding bitmap (added alpha flag) 2022-09-27 12:30:32 -06:00
pre-commit-ci[bot]
35475914b9 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-27 18:17:47 +00:00
jlwoolf
8aa0a864fe Merge branch 'main' of https://github.com/jlwoolf/Pillow 2022-09-27 12:16:56 -06:00
jlwoolf
5eb3e53502 added animated cursor tests 2022-09-27 12:16:52 -06:00
jlwoolf
551e2a6afc completed cursor tests 2022-09-27 12:16:32 -06:00
jlwoolf
01d71be3fa bitmaps should be transparent if 32bits 2022-09-27 09:08:56 -06:00
pre-commit-ci[bot]
bac4ae4c42 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-27 14:00:32 +00:00
jlwoolf
0c1ff743b6 Merge branch 'main' of https://github.com/jlwoolf/Pillow 2022-09-27 07:59:43 -06:00
jlwoolf
084704d156 linting 2022-09-27 07:59:41 -06:00
pre-commit-ci[bot]
fc8a288d90 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-27 13:57:23 +00:00
jlwoolf
da093b9fef doc string for ani plugin 2022-09-27 07:53:35 -06:00
jlwoolf
cd4ee0473c docstring for cur plugin 2022-09-27 07:53:28 -06:00
Hugo van Kemenade
aa8877ac5b
Merge pull request #6569 from radarhere/tiff_child_images 2022-09-27 16:45:37 +03:00
Jonathan Woolf
ce07c0b811
Merge branch 'python-pillow:main' into main 2022-09-27 07:05:10 -06:00
Andrew Murray
a877d7dab2
Merge pull request #6621 from Yay295/workflow_concurrency
Add "concurrency" to GitHub Actions
2022-09-27 15:36:41 +10:00
Andrew Murray
a1299695c1 Update CHANGES.rst [ci skip] 2022-09-27 07:29:03 +10:00
Andrew Murray
3fd6a1e312
Merge pull request #6596 from PososikTeam/fix-padding
Improved palette handling in ImageOps
2022-09-27 07:27:40 +10:00