Commit Graph

10169 Commits

Author SHA1 Message Date
nulano
d2e23e386b
simplify code
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-05-28 12:07:53 +01:00
Andrew Murray
9067e68e64 Corrected undefined behaviour 2020-05-27 22:43:06 +10:00
Andrew Murray
8e6e728948
Merge pull request #4652 from nulano/ft-getsize
Do not render glyphs during text layout
2020-05-27 19:24:29 +10:00
nulano
7b8805fcee do not render glyphs during text layout 2020-05-27 07:07:49 +02:00
nulano
adde693002
enable -e -o pipefail in MSYS tests 2020-05-26 17:23:27 +02:00
Andrew Murray
a78de17346 Updated CHANGES.rst [ci skip] 2020-05-26 07:32:06 +10:00
Andrew Murray
696aa7972d Parametrized test 2020-05-26 07:15:20 +10:00
nulano
d54fee9863 move import 2020-05-25 22:21:51 +02:00
nulano
21325b8ce3 Merge remote-tracking branch 'upstream/master' into gha-msys
# Conflicts:
#	.appveyor.yml
#	.github/workflows/test-windows.yml
2020-05-25 17:37:26 +02:00
Hugo van Kemenade
f4fb9c5403
Merge pull request #4625 from radarhere/thumbnail 2020-05-25 17:08:25 +03:00
Hugo van Kemenade
c71ede3649
Merge pull request #4617 from radarhere/return 2020-05-25 17:03:48 +03:00
Hugo van Kemenade
124c06dcc1
Merge pull request #4550 from radarhere/logging 2020-05-25 16:55:35 +03:00
Hugo van Kemenade
3cc030edea
Merge pull request #4495 from nulano/winbuild-rewrite 2020-05-25 16:47:44 +03:00
nulano
9640b48040 Merge branch 'master' of github.com:python-pillow/Pillow into winbuild-rewrite
# Conflicts:
#	.github/workflows/test-windows.yml
#	winbuild/config.py
#       winbuild/build_prepare.py
2020-05-25 14:32:21 +02:00
Andrew Murray
660894cd36 Write JFIF header when saving JPEG 2020-05-24 23:58:30 +10:00
nulano
c0f7a91dcd add C coverage for MSYS 2020-05-24 03:55:00 +02:00
nulano
82204d54cf fix #2848 2020-05-24 01:07:42 +02:00
nulano
d2f90d6cac fix freetype and raqm on MSYS 2020-05-23 23:16:06 +02:00
nulano
a212225b37 add dependencies to MSYS 2020-05-23 23:16:06 +02:00
nulano
479d583a4a add MSYS coverage 2020-05-23 19:41:37 +02:00
nulano
02929105a8 move MSYS2 to GHA 2020-05-23 19:32:42 +02:00
Hugo van Kemenade
7fb21bcb62
Merge pull request #4638 from radarhere/ci 2020-05-23 07:52:08 +03:00
Andrew Murray
995634c401 Updated macOS tested Pillow versions [ci skip] 2020-05-23 11:54:06 +10:00
Andrew Murray
75716a310a
Merge pull request #4636 from hugovk/docs-pifont
Link pilfont to its new home in pillow-scripts
2020-05-21 08:13:09 +10:00
Hugo
f271bc8b2f Link pilfont to its new home in pillow-scripts 2020-05-21 00:17:56 +03:00
Hugo van Kemenade
23ade03d49
Merge pull request #4633 from cgohlke/patch-1 2020-05-20 14:55:17 +03:00
Andrew Murray
ac7848c781 Lint fix 2020-05-20 20:31:14 +10:00
Christoph Gohlke
7daca6733d
Fix ImportError on Python 3.9.0b1 for Windows 2020-05-19 15:35:32 -07:00
Andrew Murray
db31563fb8
Merge pull request #4631 from hugovk/pytest-testpaths
Add testpaths to tell pytest where to search for tests
2020-05-19 21:23:54 +10:00
Hugo
6d5c2d0cdf Add testpaths to tell pytest where to search for tests 2020-05-17 14:35:58 +03:00
Hugo van Kemenade
d219fcc95b
Merge pull request #4630 from radarhere/decoder
Use _accept function in example plugin
2020-05-17 09:29:13 +03:00
Andrew Murray
3b62151215 Changed example function name to match use in code [ci skip] 2020-05-17 16:05:54 +10:00
Andrew Murray
a995cc094f Updated CHANGES.rst [ci skip] 2020-05-17 11:35:24 +10:00
Andrew Murray
ac11fa7d1a
Merge pull request #4620 from ElinksFr/fix-gbr-image-loading
Fix repeatedly loading .gbr
2020-05-17 11:34:58 +10:00
Andrew Murray
75791835b3 Updated code to match other plugins 2020-05-17 11:08:05 +10:00
Andrew Murray
45c4ba7a5f Simplified test case 2020-05-17 11:04:02 +10:00
Andrew Murray
67d26ed051 Use _accept function in example plugin [ci skip] 2020-05-17 09:24:06 +10:00
Hugo van Kemenade
bc1dc14b59
Merge pull request #4629 from radarhere/sampling_comment 2020-05-16 14:55:26 +03:00
Andrew Murray
fdc5993ace Improved grammar [ci skip] 2020-05-16 21:37:33 +10:00
Andrew Murray
df886ed386
Merge pull request #4290 from bluepython508/fix_djpeg_load_test
Fixes djpeg load test
2020-05-16 19:53:18 +10:00
Andrew Murray
aa1761bc9f Replace tiff_jpeg with jpeg compression when saving 2020-05-15 22:37:13 +10:00
Andrew Murray
b3604167ad Change STRIPBYTECOUNTS to LONG if necessary when saving 2020-05-15 20:47:57 +10:00
Andrew Murray
b8ec793898 Fixed ZeroDivisionError in thumbnail 2020-05-15 18:29:52 +10:00
Andrew Murray
720f79a629 Removed unused argument from CHOP 2020-05-14 18:16:54 +10:00
Andrew Murray
228301373f Fixed comparison warnings 2020-05-14 06:57:15 +10:00
Andrew Murray
4634eafe3c
Merge pull request #4618 from radarhere/braces
Added braces to C
2020-05-14 06:20:26 +10:00
Hugo van Kemenade
79d656954e
Merge pull request #4616 from radarhere/freetype 2020-05-13 15:52:53 +03:00
Andrew Murray
96f2ef1426
Merge pull request #4622 from hugovk/fix-string
Fix broken string in test error message
2020-05-13 21:19:57 +10:00
Hugo
837bc0ad9c Fix broken string 2020-05-13 10:21:10 +03:00
Andrew Murray
e84b36860c
Merge pull request #4599 from d0sboots/imagechops
Fix ImageChops documentation
2020-05-12 22:44:16 +10:00