Commit Graph

10083 Commits

Author SHA1 Message Date
Meithal
8c5f07f5ea
Update setup.py
This lets you locally install Pillow on Windows if you built it following the instructions of winbuild with pip install --editable ..\Pillow
2020-06-09 00:39:42 +02:00
Andrew Murray
ebd6901c95
Merge pull request #4673 from hugovk/yesqa
Remove redundant noqa
2020-06-08 21:02:15 +10:00
Hugo van Kemenade
b6d6f77262
Merge pull request #4675 from radarhere/polygon
Fixed drawing a 1px high polygon
2020-06-08 08:57:02 +03:00
Hugo van Kemenade
78c2aab70f
Merge pull request #4679 from radarhere/imagedraw
Fixed formatting
2020-06-08 06:45:37 +03:00
Andrew Murray
402a59f6ec Fixed formatting [ci skip] 2020-06-08 13:17:08 +10:00
Andrew Murray
16e933726f Updated CHANGES.rst [ci skip] 2020-06-08 07:37:12 +10:00
Hugo van Kemenade
b2f00d7c59
Merge pull request #4677 from radarhere/exif_start
Corrected reading EXIF metadata without prefix
2020-06-07 22:06:02 +03:00
Andrew Murray
0cc2e696cb Corrected reading EXIF metadata without prefix 2020-06-07 20:01:04 +10:00
Andrew Murray
eeb9e719e3 Fixed drawing a 1px high polygon 2020-06-07 12:07:13 +10:00
Hugo
c8e3757e72 Run yesqa to remove redundant noqa 2020-06-06 14:54:58 +03:00
Hugo
68ad4c0658 Add yesqa, put writing hooks first, autoupdate 2020-06-06 14:54:58 +03:00
Hugo van Kemenade
9df95e77c5
Merge pull request #4671 from radarhere/lint
Updated flake8 to 3.8.2
2020-06-06 12:58:52 +03:00
Andrew Murray
ec9015bea4
Renamed variable
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-06-06 19:42:24 +10:00
Andrew Murray
e228cfcec7 Lint fixes 2020-06-06 12:08:37 +10:00
Andrew Murray
5c3ae974cd Updated flake8 to 3.8.2 2020-06-06 12:08:29 +10:00
Andrew Murray
61a35f94cf
Merge pull request #4660 from hugovk/imagedraw-docs
Update ImageDraw docs formatting and links
2020-06-04 20:46:43 +10:00
Hugo van Kemenade
52c66bbcfb
Merge pull request #4580 from radarhere/curve
Fixed drawing a jointed line with a sequence of numeric values
2020-06-04 12:03:25 +03:00
Hugo
cda682efc4 Parameter values in code formatting 2020-06-04 11:45:13 +03:00
Andrew Murray
57de57a384 Updated CHANGES.rst [ci skip] 2020-06-04 16:57:57 +10:00
Andrew Murray
a5ef2b4499 Parametrized test 2020-06-04 07:56:14 +10:00
Hugo van Kemenade
4363507d16
Merge pull request #4608 from radarhere/numpy 2020-06-03 18:43:47 +03:00
Hugo van Kemenade
95f3f359b7
Fix name
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-06-03 11:23:24 +03:00
Hugo
14302aa53d Fix parameter formatting 2020-06-02 22:14:36 +03:00
Hugo
87de783226 Replace simple code formatting with :py:meth: markup 2020-06-02 21:48:53 +03:00
Hugo
087e42f743 Move OpenType docs link to a reference 2020-06-02 21:28:34 +03:00
Hugo
dc0c7bea37 Update ImageDraw docs formatting and links 2020-06-02 21:16:13 +03:00
Hugo van Kemenade
ba58ae752c
Merge pull request #4663 from radarhere/lcms2
Updated lcms2 to 2.10
2020-06-01 16:46:02 +03:00
Andrew Murray
704892d08d Updated lcms2 to 2.10 2020-06-01 22:29:25 +10:00
Hugo van Kemenade
a03d1f0121
Merge pull request #4662 from radarhere/qt
Installed libxcb-xinerama0 to fix PyQt5
2020-06-01 15:25:30 +03:00
Andrew Murray
3c7c227b3a Installed libxcb-xinerama0 to fix PyQt5 2020-06-01 21:59:05 +10:00
Andrew Murray
df18594379 Updated CHANGES.rst [ci skip] 2020-06-01 20:27:46 +10:00
Hugo van Kemenade
02d55b79c1
Merge pull request #4560 from radarhere/xmp 2020-06-01 10:49:00 +03:00
Hugo van Kemenade
b8bc307691
Merge pull request #4604 from radarhere/imagegrab
Updated ImageGrab documentation now that Linux is supported
2020-05-31 23:20:51 +03:00
Hugo van Kemenade
9f4c5810ec
Merge pull request #4619 from radarhere/unused 2020-05-31 23:20:06 +03:00
Andrew Murray
9fa7ee6ee8 Updated CHANGES.rst [ci skip] 2020-05-29 08:16:43 +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
Andrew Murray
a78de17346 Updated CHANGES.rst [ci skip] 2020-05-26 07:32:06 +10: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
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