Commit Graph

9413 Commits

Author SHA1 Message Date
Andrew Murray
5027b97c69 Use the same Python version to build docs in Travis and GHA 2019-12-23 21:17:04 +11:00
Hugo
6a43ea86ea Merge remote-tracking branch 'upstream/master' into doctest-turn-warnings-into-errors 2019-12-21 15:52:59 +02:00
Hugo
d025fbe16d Install TkInter for Python 3, not 2 2019-12-21 15:48:00 +02:00
Hugo
113477fbee Fix unexpected unindents 2019-12-21 14:05:50 +02:00
Hugo van Kemenade
b3547dc2c0
--keep-going to show all of the problems
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-12-21 13:46:38 +02:00
Hugo
6a256a8396 make doccheck: turn warnings into errors 2019-12-21 13:11:12 +02:00
Hugo van Kemenade
eced562012
Fix 404
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-12-21 12:24:45 +02:00
Hugo van Kemenade
33cfac7715
Merge pull request #4283 from radarhere/bmp
Raise an error if BMP file size is too large when saving
2019-12-21 11:05:03 +02:00
Alexander Karpinsky
49a5bd3602
Updated CHANGES.rst [ci skip] 2019-12-21 03:42:06 +03:00
Alexander
532eca3c20 Merge branch 'master' into box-in-thumbnail
# Conflicts:
#	docs/releasenotes/7.0.0.rst
2019-12-21 03:18:23 +03:00
Andrew Murray
7a4a408802
Merge pull request #4214 from hugovk/python-m-pip-install
Recommend upgrading pip before Pillow, and use python -m pip
2019-12-21 10:52:59 +11:00
Andrew Murray
acecabb448
Merge pull request #4282 from uploadcare/fix-docs-syntax
Fix release notes syntax, add references
2019-12-21 08:56:26 +11:00
Andrew Murray
4580b156b7 Raise an error if BMP file size is too large when saving 2019-12-21 08:37:40 +11:00
Alexander
945b4e9c82 add references, fix release notes syntax 2019-12-21 00:25:52 +03:00
Andrew Murray
ce62dca326 Aligned comments correctly 2019-12-21 08:15:48 +11:00
Alexander
1275b10e6f update release notes 2019-12-20 23:21:43 +03:00
Alexander
d41f2713b6 Merge branch 'master' into reduce 2019-12-20 20:22:36 +03:00
Andrew Murray
209faf1b62 Updated CHANGES.rst [ci skip] 2019-12-20 06:24:38 +11:00
Alexander
b112e55070 Merge branch 'master' into box-in-thumbnail
# Conflicts:
#	docs/releasenotes/7.0.0.rst
2019-12-19 16:36:37 +03:00
Alexander Karpinsky
6d75a673b6
Merge pull request #4255 from uploadcare/default-resample-filter
Change default resize resampling filter from NEAREST to BICUBIC
2019-12-19 16:33:34 +03:00
Alexander Karpinsky
c82d2629d7
Merge pull request #4278 from uploadcare/fox-filter-black-lines
Define box filter equal 1.0 on (-0.5, 0.5] range instead of [-0.5, 0.5)
2019-12-19 03:26:17 +03:00
Alexander
5b53b0489b Define box filter equal 1.0 on (-0.5, 0.5] range instead of [-0.5, 0.5) 2019-12-19 03:01:02 +03:00
Alexander
cdd1253211 notes fixes
skip-checks: true
2019-12-18 01:09:54 +03:00
Alexander
4da9858709 change default resampling filter for ImageOps.pad(), ImageOps.scale() and ImageOps.fit() 2019-12-17 18:15:02 +03:00
Hugo van Kemenade
aa2c5f91af
Merge pull request #4275 from radarhere/thumbnail
Added release notes for #4256
2019-12-17 15:16:09 +02:00
Andrew Murray
d3c26fac97
Merge branch 'master' into python-m-pip-install 2019-12-17 20:08:14 +11:00
Andrew Murray
ba81712ec8 Added release notes for #4256 [ci skip] 2019-12-17 19:01:24 +11:00
Andrew Murray
1785cad931 Updated CHANGES.rst [ci skip] 2019-12-17 18:49:52 +11:00
Alexander
ea9c6e9fe1 Merge branch 'master' into reduce 2019-12-17 02:26:05 +03:00
Alexander
b35cbef234 modify the test image 2019-12-17 02:25:40 +03:00
Hugo van Kemenade
16220d9a87
Merge pull request #4272 from radarhere/thumbnail
Allow thumbnail to accept non-integer size arguments
2019-12-17 00:00:50 +02:00
Alexander
a027897f74 Merge branch 'master' into box-in-thumbnail
# Conflicts:
#	Tests/test_image_thumbnail.py
2019-12-17 00:42:29 +03:00
Andrew Murray
c7bef264bc Allow thumbnail to accept non-integer size arguments 2019-12-17 06:05:36 +11:00
Andrew Murray
8aad32a010
Merge pull request #4271 from hugovk/fix-table
Docs: Fix malformed table
2019-12-17 05:56:46 +11:00
Hugo
1c90c9d541 Add echo to debug 'Windows / Python 3.5 x86' 2019-12-16 15:27:17 +02:00
Hugo
77ad951d96 GHA: Use python-pillow/Pillow's Codecov token for own builds 2019-12-16 15:27:17 +02:00
Hugo
7b4ae104f0 Fix malformed table 2019-12-16 15:07:56 +02:00
Andrew Murray
52113a82b0
Merge pull request #4256 from uploadcare/fix-thumbnail-aspect-ratio
Better thumbnail aspect ratio preservation
2019-12-16 20:32:05 +11:00
Hugo van Kemenade
aea1111aa3
Merge pull request #4262 from hugovk/gha-system-info
GHA: Print some basic system information for the logs
2019-12-15 13:59:54 +02:00
Hugo van Kemenade
2594870d1e
Merge pull request #4267 from radarhere/url
Updated URL
2019-12-14 13:11:32 +02:00
Andrew Murray
2fde01cda2 Updated URL 2019-12-14 13:36:07 +11:00
Hugo van Kemenade
a4dc5740f9
Only print Mac version on Mac
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-12-13 15:44:01 +02:00
Hugo van Kemenade
cb768d0bff
Merge pull request #4209 from daquexian/patch-1
Update the out-dated termux.sh
2019-12-12 08:03:57 +02:00
Andrew Murray
58a476423a Updated CHANGES.rst [ci skip] 2019-12-10 21:47:18 +11:00
Hugo van Kemenade
d5f031eacd
Update tested versions table (#4261)
Update tested versions table
2019-12-10 11:53:39 +02:00
nulano
306d6ccfed update tested versions table [ci skip] 2019-12-09 22:48:57 +01:00
Hugo
c22a5ffae7 Print some basic system information for the logs 2019-12-09 22:35:31 +02:00
daquexian
874ca892c1
Merge pull request #1 from radarhere/termux
Updated Termux command
2019-12-08 20:54:59 +08:00
Alexander
791d1a2846 Better thumbnail aspect ratio preservation 2019-12-07 20:07:27 +03:00
Alexander
ac92836e81 Change default resize resampling filter 2019-12-07 18:08:19 +03:00