Hugo van Kemenade
|
fdc09206d0
|
Merge pull request #4828 from radarhere/exif_text
|
2020-08-11 21:52:12 +03:00 |
|
Hugo van Kemenade
|
d0dd3444a2
|
Merge pull request #4832 from radarhere/msys2_32
|
2020-08-11 21:44:25 +03:00 |
|
navneeth
|
2d3a841e4b
|
testing with approx tuple to fix ubuntu test failures
|
2020-08-12 00:08:29 +09:00 |
|
navneeth
|
d0de431fe4
|
testing with approx tuple to fix ubuntu test failures
|
2020-08-12 00:06:16 +09:00 |
|
navneeth
|
01aeaa4cad
|
added explicit test for autocontrast implementation - pixel value check
|
2020-08-11 23:47:48 +09:00 |
|
navneeth
|
4841bbe2a5
|
added explicit test for autocontrast implementation - pixel value check
|
2020-08-11 23:36:39 +09:00 |
|
nulano
|
d36850e037
|
fix docs typos
|
2020-08-11 02:14:13 +02:00 |
|
nulano
|
6cd0d60315
|
use code formatting instead of emphasis where applicable [ci skip]
|
2020-08-11 00:54:12 +02:00 |
|
Hugo van Kemenade
|
afbbdf5f72
|
Merge pull request #4847 from radarhere/spam
|
2020-08-10 16:19:52 +03:00 |
|
Andrew Murray
|
f67f819a3d
|
Explicitly declare code as Python [ci skip]
|
2020-08-10 23:04:09 +10:00 |
|
Andrew Murray
|
d53602ea6e
|
Explicitly declare code as Python [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-08-10 22:46:36 +10:00 |
|
Andrew Murray
|
04f856b13c
|
Added an example importing SpamImagePlugin [ci skip]
|
2020-08-10 21:57:18 +10:00 |
|
Andrew Murray
|
dfca48df1b
|
Combine extensions into register_extensions [ci skip]
|
2020-08-10 21:26:41 +10:00 |
|
Hugo van Kemenade
|
ecc9cf3d73
|
"cutoff" can also be a float
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-08-10 14:14:12 +03:00 |
|
Hugo van Kemenade
|
9df91911d8
|
Merge pull request #58 from nulano/add-8.0.0-release-notes
|
2020-08-09 23:06:25 +03:00 |
|
nulano
|
bf4e918252
|
adjust table marker lines to match the longest row
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-08-09 20:48:44 +01:00 |
|
nulano
|
2c460c3ba1
|
simplify ImageCms links in docs
|
2020-08-09 20:44:51 +02:00 |
|
Hugo van Kemenade
|
24c1a32ed3
|
Add release notes for 8.0.0 and a template
|
2020-08-09 20:08:38 +03:00 |
|
Hugo van Kemenade
|
cb26b4d40f
|
Merge branch 'master' into master
|
2020-08-09 13:57:46 +03:00 |
|
Hugo van Kemenade
|
33dca341a9
|
Merge pull request #4844 from hugovk/update-lint
Update lint: rst-backticks and isort
|
2020-08-09 10:21:04 +03:00 |
|
Hugo van Kemenade
|
dd87dd50c0
|
Update to isort 5 with Black profile support
|
2020-08-08 22:39:29 +03:00 |
|
Hugo van Kemenade
|
dece040ee8
|
Fix RST backticks
|
2020-08-08 22:39:28 +03:00 |
|
Navneeth Subramanian
|
faf913d0f8
|
Update Tests/test_imageops.py
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-08-08 19:32:52 +09:00 |
|
navneeth
|
fa493809a6
|
ENH: Autocontrast - Code review feedback
|
2020-08-07 14:31:17 +09:00 |
|
Navneeth Subramanian
|
ca3796f4f6
|
Update src/PIL/ImageOps.py
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-08-07 14:16:07 +09:00 |
|
Navneeth Subramanian
|
665b414033
|
Update src/PIL/ImageOps.py
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-08-07 14:15:55 +09:00 |
|
Andrew Murray
|
5aae369c94
|
Added homebrew zlib include directory
|
2020-08-06 23:14:49 +10:00 |
|
Hugo van Kemenade
|
d1daff892d
|
Merge pull request #4740 from nulano/winbuild-ignore
Add gitignore to winbuild build directory
|
2020-08-06 11:11:15 +03:00 |
|
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 |
|