Commit Graph

10623 Commits

Author SHA1 Message Date
Andrew Murray
7a1f0f6a8f Fixed bug in Exif __delitem__ 2020-10-05 09:45:05 +11:00
Andrew Murray
e80f06147b
Merge pull request #4946 from nulano/mingw64-tk
Fix crash in ImageTk.PhotoImage on mingw64
2020-10-05 09:43:52 +11:00
nulano
3273a1af4c fix tk on latest msys2-mingw64 2020-10-04 22:55:53 +01:00
nulano
8cdac68706 Revert "Skip due to segmentation fault"
This reverts commit 7711a4c94d.
2020-10-04 22:48:23 +01:00
Andrew Murray
e73218c2d5
Merge pull request #4936 from radarhere/ghostscript
Updated Ghostscript to 9.53.3
2020-10-04 21:03:03 +11:00
Andrew Murray
6b11976723 Updated Ghostscript to 9.53.3 2020-10-04 20:27:39 +11:00
Andrew Murray
6620916884
Merge pull request #4944 from hugovk/mingw-skips
Skip test_photoimage on MinGW due to segmentation fault
2020-10-04 20:26:50 +11:00
Hugo van Kemenade
7711a4c94d Skip due to segmentation fault 2020-10-04 00:33:31 +03:00
Andrew Murray
44da2c3878
Merge pull request #4932 from radarhere/pil
Updated PIL repository link
2020-09-29 22:34:08 +10:00
Andrew Murray
6106a7c6e0
Merge pull request #4931 from hugovk/add-mergify-config
Add Mergify config
2020-09-28 20:06:19 +10:00
Hugo van Kemenade
ca866c4925
Merge pull request #4934 from radarhere/overview
Added overview to README and ReadTheDocs index
2020-09-24 15:17:53 +03:00
Andrew Murray
ca3b2806f6 Added overview [ci skip] 2020-09-24 08:33:52 +10:00
Andrew Murray
ba67912e0b Updated PIL repository link [ci skip] 2020-09-23 22:28:24 +10:00
nulano
43649846cf add all successful report jobs
(cherry picked from commit 0158d752f17439e560ba58adb5dfc07765a106d7)
2020-09-23 12:56:58 +03:00
Hugo van Kemenade
7d829ca532 Use dependant jobs to signal success for Mergify 2020-09-23 11:51:48 +03:00
Hugo van Kemenade
6f429e1141 Add Mergify config 2020-09-23 00:11:37 +03:00
Hugo van Kemenade
eb00829bdb
Merge pull request #4929 from radarhere/crash
Moved CVE images to pillow-depends
2020-09-22 23:38:58 +03:00
Andrew Murray
26bf1c3524 Moved CVE images to pillow-depends 2020-09-23 00:14:40 +10:00
Hugo van Kemenade
c2367400fa
Merge pull request #4915 from nulano/ft-hb
Winbuild: Enable FT_CONFIG_OPTION_USE_HARFBUZZ
2020-09-19 13:41:46 +03:00
Hugo van Kemenade
93d011efb5
Merge pull request #4910 from nulano/anchor-part1 2020-09-19 13:41:15 +03:00
Hugo van Kemenade
b0fa0fd640
Merge pull request #4924 from radarhere/pip 2020-09-17 11:03:32 +03:00
Andrew Murray
55d83f7afe chown pip wheels cache 2020-09-17 07:53:33 +10:00
Hugo van Kemenade
e50d48f74a
Merge pull request #4921 from radarhere/ghostscript
Updated Ghostscript to 9.53.1
2020-09-15 21:07:17 +03:00
Andrew Murray
af93df874c Updated Ghostscript to 9.53.1 2020-09-15 08:45:00 +10:00
Hugo van Kemenade
238ed30268
Merge pull request #4919 from radarhere/turbo 2020-09-14 14:02:22 +03:00
Andrew Murray
8710c37c2a Updated libjpeg-turbo to 2.0.5 2020-09-14 19:56:15 +10:00
Andrew Murray
d311a3629e Updated CHANGES.rst [ci skip] 2020-09-14 19:04:35 +10:00
Hugo van Kemenade
0ff4cfe439
Merge pull request #4914 from radarhere/profile_path
Fixed loading profile with non-ASCII path on Windows
2020-09-13 08:53:37 +03:00
Andrew Murray
c196af6ddb Fixed loading profile with non-ASCII path on Windows 2020-09-13 13:53:58 +10:00
Andrew Murray
2e029d9a79
Merge pull request #4840 from essarrjay/patch-1
Image.thumbnail docstring: added missing filters
2020-09-12 11:03:56 +10:00
nulano
d70fa8ca21 enable FT_CONFIG_OPTION_USE_HARFBUZZ for windows builds 2020-09-11 07:07:32 +02:00
nulano
a501ba9308 update link in comment 2020-09-11 01:14:00 +02:00
Hugo van Kemenade
7e06a91ce6
Merge pull request #4912 from MauveRanger/patch-2
Clarify that modes are strings, not constants
2020-09-10 08:01:53 +03:00
MauveRanger
96b3935adc
[ci skip] Clarify that modes are strings, not constants
I misunderstood this section the first time I read it. I hope this change will clarify how to request a mode such as from Image.new("RGBA", size)
2020-09-09 18:28:49 -04:00
Andrew Murray
cd217bd9ff Updated CHANGES.rst [ci skip] 2020-09-09 19:22:30 +10:00
Andrew Murray
6a630fd3c8
Merge pull request #4908 from radarhere/effect_spread
Fixed effect_spread bug for zero distance
2020-09-09 18:59:42 +10:00
Andrew Murray
272f519a40
Merge pull request #10 from hugovk/radarhere-effect_spread
Small optimisation: move distance==0 comparison to outer loop
2020-09-09 18:36:01 +10:00
Hugo van Kemenade
68da661db9 Small optimisation: move distance==0 comparison to outer loop, to check once per call instead of once per pixel 2020-09-09 10:08:46 +03:00
nulano
d1edf86953 tests cleanup 2020-09-09 05:35:55 +02:00
nulano
ee1cc6ad7c remove use of FT_Set_Transform 2020-09-09 02:14:49 +02:00
nulano
5d541e3d9e simplify code, organize variable declarations, add comments 2020-09-09 02:14:46 +02:00
nulano
54e067779b fix and add tests
(cherry picked from commit 0b711f10d0490863976699c051f2027b6799d501) (+1 squashed commits)

Squashed commits:

[9d4e6c17] fix tests
2020-09-09 02:12:21 +02:00
Andrew Murray
c83ffc6aea Fixed effect_spread bug for zero distance 2020-09-08 18:51:58 +10:00
Hugo van Kemenade
9e6dabf0e5
Merge pull request #4905 from python-pillow/docs-python-versions-header
Docs: Give supported Python versions its own header
2020-09-08 10:03:53 +03:00
Hugo van Kemenade
ac2c0df61e
Give supported Python versions its own header 2020-09-07 17:00:02 +03:00
Hugo van Kemenade
df06eedbb5
Merge pull request #4902 from comhar/master
Add `ImageDraw.regular_polygon` to release notes
2020-09-06 10:57:40 +03:00
Tommy C
d49f90444c Add documentation link to release notes
[skip ci]
2020-09-06 07:08:50 +01:00
Hugo van Kemenade
efb0055645
Same length header underline 2020-09-05 22:44:56 +03:00
Tommy C
7a75e09fe1 Add ImageDraw.regular_polygon to release notes
[skip ci]
2020-09-05 20:08:26 +01:00
Andrew Murray
0e69b8e23b Updated CHANGES.rst [ci skip] 2020-09-05 20:52:50 +10:00