Commit Graph

10856 Commits

Author SHA1 Message Date
navneeth
8fad541531 ENH: Autocontrast method enhancement - adding the option to specify mask for contrast computation 2020-08-06 09:00:13 +09:00
essarrjay
fce34a0d7b
Fixed line-length formatting
Fixed line length issues in formatting [ci skip]
2020-08-05 12:11:22 -07:00
essarrjay
9cdfb296e5
Image.thumbnail docstring: added Image.BOX filter
[ci skip] updated docstring of Image.thumbnail to include Image.BOX filter as a resampling option.
2020-08-05 11:18:18 -07:00
Andrew Murray
1c85b9fec7 Document exception [ci skip] 2020-08-05 11:32:30 +01:00
Hugo van Kemenade
0ccb28088f
Merge pull request #4829 from radarhere/build_ext
Replaced distutils build_ext with setuptools
2020-08-03 11:59:17 +03:00
nulano
30c4945d9c document Image.open(formats=...) parameter 2020-08-03 00:38:59 +02:00
nulano
2b061b68db add formats parameter to Image.open to restrict list of formats attempting to read an image file 2020-08-03 00:24:02 +02:00
Andrew Murray
5f56767aaa
Merge pull request #4835 from nulano/win-rm-av
Remove obsolete MSYS2 scripts for AppVeyor
2020-08-03 08:23:15 +10:00
nulano
e02af3e58b delete obsolete files for AppVeyor 2020-08-02 22:15:59 +02:00
nulano
0e1a116c79 add develop instructions for winbuild 2020-08-02 22:14:38 +02:00
Hugo van Kemenade
608ccd0594
Merge pull request #4831 from radarhere/targets
Updated phony targets
2020-08-01 13:49:17 +03:00
Andrew Murray
6b527a61f0
Updated name
Co-authored-by: nulano <nulano@nulano.eu>
2020-08-01 20:47:14 +10:00
Andrew Murray
af4ec8385e Removed 32-bit MinGW job 2020-08-01 19:59:05 +10:00
Andrew Murray
a23ec9cfb7 Split phony targets 2020-08-01 19:21:28 +10:00
Andrew Murray
96a125911a Updated phony targets 2020-08-01 11:09:55 +10:00
Andrew Murray
7471fdffb8
Merge pull request #4824 from hugovk/fix-link
Remove outdated make upload-test and upload commands
2020-08-01 11:07:15 +10:00
Andrew Murray
43fca3dcd3 Replaced distutils build_ext with setuptools 2020-07-31 19:14:43 +10:00
Andrew Murray
5da1a8adcf Read EXIF data tEXt chunk into info as bytes instead of string 2020-07-31 17:42:48 +10:00
Hugo van Kemenade
10615a7da7 Upgrade Python syntax for 3.6+
Co-authored-by: nulano <nulano@nulano.eu>
2020-07-30 10:09:18 +03:00
Hugo van Kemenade
446a836f1c Remove outdated make upload-test and upload commands, we use twine now 2020-07-29 19:24:50 +03:00
Hugo van Kemenade
48c7d84bf7
Merge pull request #4814 from radarhere/sysconfig 2020-07-29 09:50:41 +03:00
Hugo van Kemenade
0d4e3ebcf9
Merge pull request #4817 from radarhere/mingw
Removed distutils from MinGW detection
2020-07-29 09:48:59 +03:00
Hugo van Kemenade
c9499ed4da
Merge pull request #4822 from radarhere/unused
Removed unused variables
2020-07-29 09:45:07 +03:00
Andrew Murray
fda22ed82e Removed unused variables 2020-07-29 07:54:33 +10:00
Hugo van Kemenade
e42aec8c90 Update Black target to py36 2020-07-27 17:02:10 +03:00
Andrew Murray
73f51ae484 Removed distutils from MinGW detection 2020-07-26 21:01:25 +10:00
Andrew Murray
a10634e13f Do not explicitly import distutils 2020-07-26 14:59:30 +10:00
Hugo van Kemenade
893489c572
Merge pull request #4815 from radarhere/harfbuzz
Updated harfbuzz to 2.7.0
2020-07-25 15:52:23 +03:00
Andrew Murray
f6117930ab
Merge pull request #4809 from hugovk/rm-distutils-sysconfig
setup.py: Get prefix directly from sys instead of distutils
2020-07-25 21:39:36 +10:00
Andrew Murray
86828b3fa6 Updated harfbuzz to 2.7.0 2020-07-25 21:05:31 +10:00
Andrew Murray
42bb401e88 Replaced distutils sysconfig 2020-07-25 20:03:27 +10:00
Hugo van Kemenade
cda0dc6ec4
Merge pull request #57 from radarhere/rm-distutils-sysconfig 2020-07-24 16:02:28 +03:00
Andrew Murray
99a2aa0e71 Updated CHANGES.rst [ci skip] 2020-07-24 20:49:43 +10:00
Andrew Murray
11de331886
Merge pull request #4798 from hugovk/rm-deprecated-notimplemented
Remove long-deprecated Image.py functions
2020-07-24 20:48:20 +10:00
Andrew Murray
7c576adb19 Simplified code 2020-07-24 19:58:17 +10:00
Hugo van Kemenade
e5415ca082
Merge pull request #4811 from radarhere/attributes 2020-07-23 21:39:43 +03:00
Andrew Murray
908567a718
Capitalisaton
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-07-24 01:04:19 +10:00
Peter Petrik
ef88be6548 fix build on macos and clang when zip.h is present on system from zlib library 2020-07-23 15:59:18 +02:00
Andrew Murray
836dcc5ba0 Document missing attributes 2020-07-23 22:40:02 +10:00
Hugo van Kemenade
ea96cbeddc
Alphabetise
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-07-22 12:10:23 +03:00
Hugo van Kemenade
696aac95cb
Merge pull request #4802 from radarhere/max
Documented MAX_IMAGE_PIXELS
2020-07-22 10:45:58 +03:00
Andrew Murray
7f829b60c9 MAX_IMAGE_PIXELS can be changed 2020-07-21 23:01:51 +10:00
Hugo van Kemenade
b8ccd97d75
Update title
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-07-21 15:55:32 +03:00
Andrew Murray
5abf0eb4f3 Include reference to DecompressionBombError 2020-07-21 21:46:31 +10:00
Andrew Murray
265bfef36e Improved documentation 2020-07-21 20:46:50 +10:00
Andrew Murray
56a43a5fa7 Fixed typo 2020-07-21 20:42:42 +10:00
Hugo van Kemenade
307239b234 Replace distutils.sysconfig.get_config_var("prefix") with os.path.normpath(sys.prefix) 2020-07-21 11:23:38 +03:00
Luke Granger-Brown
4e4fe2c172 Fix TiffImagePlugin interpolating bytes into str. 2020-07-20 14:56:18 +01:00
Luke Granger-Brown
470e3b94a8 Fail tests if bytes/bytearray are interpolated into str. 2020-07-20 14:54:17 +01:00
Andrew Murray
d98b85d386
Capitalise and hyphenate [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-07-20 23:08:25 +10:00