alv2017
9f64a2f29c
Corrections applied:
...
- Image.show() method is no longer supporting **title** option, corresponding docs were updated;
- XDGViewer is moved to the end of the viewers queue, this viewer will be utilized when all the previous viewers failed to open the image;
- Documentation of xvViewer has been updated;
- The tests that were opening images in viewers were disabled. Reason: due to implementation a program or a test will not terminate till the image in the viewer is explicitly closed.
2022-02-03 01:36:13 +02:00
alv2017
81d2becfc4
Code formatting applied
2022-02-03 01:36:13 +02:00
alv2017
94ef447da8
src/PIL/ImageShow.py: issue with UnixViewers solved: #5976
2022-02-03 01:36:13 +02:00
Andrew Murray
1a60a32135
Update CHANGES.rst [ci skip]
2022-02-03 01:36:13 +02:00
Andrew Murray
b26313dda7
Added delay after opening image with xdg-open
2022-02-03 01:36:13 +02:00
Andrew Murray
0efd532c35
Updated formatting
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-02-03 01:36:13 +02:00
Andrew Murray
63d3179c12
In show_file, use os.remove to remove temporary images
2022-02-03 01:36:13 +02:00
Andrew Murray
9675673d48
Restrict builtins within lambdas for ImageMath.eval
2022-02-03 01:36:13 +02:00
Andrew Murray
6c90ee1049
Improved consistency of returning an image access object from load()
2022-02-03 01:36:13 +02:00
Andrew Murray
820362100a
Update CHANGES.rst [ci skip]
2022-02-03 01:36:13 +02:00
Gabor Kertesz
ba226226a7
lcms2: Update to VS2019
...
In order to enable win-arm64, VS2019 should be used, while other
platforms should work with newer version as well.
Tested on x64-win10.
2022-02-03 01:36:13 +02:00
Gabor Kertesz
eada1c931a
Windows: Enable ARM64 for MSVC
...
This patch enables ARM64 as a new platform for Windows.
Platform query and documentation is updated accordingly.
2022-02-03 01:36:13 +02:00
Hugo van Kemenade
0fa00f9623
Remove EOL CentOS 8
2022-02-03 01:36:13 +02:00
Hugo van Kemenade
4d8d871f5e
Update harfbuzz to 3.3.1
2022-02-03 01:36:13 +02:00
Hugo van Kemenade
eb05885220
Update harfbuzz to 3.3.0
2022-02-03 01:36:13 +02:00
Hugo van Kemenade
16c0d48740
Fix lcms2 URL
2022-02-03 01:36:13 +02:00
nulano
7640e3b50b
Revert "detect FreeType / HarfBuzz features"
...
This reverts commit 6565d13275
.
2022-02-03 01:36:13 +02:00
Andrew Murray
9b1857f0fb
Updated raqm to 0.9.0
2022-02-03 01:36:13 +02:00
Andrew Murray
a83e8d1247
Switched from windows-2019 to windows-latest
2022-02-03 01:36:13 +02:00
Andrew Murray
a5642f0207
Updated lcms2 to 2.13
2022-02-03 01:36:13 +02:00
DWesl
255b14303a
TST: Parametrize numpy roundtrip to find failing case
...
Segfaults are annoying to debug.
2022-02-03 01:36:13 +02:00
Andrew Murray
8baeee37c2
Updated raqm to 0.8.0
2022-02-03 01:36:13 +02:00
Hugo van Kemenade
1c622714f0
Merge pull request #5994 from radarhere/badges
...
Updated GitHub Actions badges
2022-01-28 07:27:36 +02:00
Andrew Murray
bd63a49bcd
Added MinGW GitHub Actions badge
2022-01-28 11:25:24 +11:00
Andrew Murray
5848726cad
Link directly to workflow pages
2022-01-28 11:23:51 +11:00
Hugo van Kemenade
8e4a618b55
Merge pull request #5989 from radarhere/raqm
2022-01-26 10:50:32 +02:00
Hugo van Kemenade
47e233a6cf
Merge pull request #5987 from radarhere/deprecations
2022-01-26 10:46:55 +02:00
Andrew Murray
93008c2095
Upgraded raqm to 0.8.0
2022-01-26 12:23:43 +11:00
Andrew Murray
1d91f6dce5
Document when file argument will be removed
2022-01-26 09:08:41 +11:00
Hugo van Kemenade
76115e3c1b
Merge pull request #5985 from radarhere/psd
...
Removed unused variables
2022-01-24 07:49:01 +02:00
Andrew Murray
31aa2ad98c
Removed unused variables
2022-01-24 11:06:41 +11:00
Hugo van Kemenade
0a49ec1cc0
Merge pull request #5891 from shamrin/stable-jupyter-text-output
...
Keep IPython/Jupyter text/plain output stable
2022-01-23 10:29:50 +02:00
mergify[bot]
c4a1e08d23
Merge pull request #5982 from radarhere/webp
...
Updated libwebp to 1.2.2
2022-01-21 23:15:02 +00:00
Andrew Murray
54f85ddcad
Updated libwebp to 1.2.2
2022-01-22 09:30:12 +11:00
Andrew Murray
4eb80cb6bf
Update CHANGES.rst [ci skip]
2022-01-22 09:14:01 +11:00
Hugo van Kemenade
53d0dd5ed1
Merge pull request #5972 from radarhere/crop
2022-01-21 08:37:28 +02:00
Andrew Murray
591231bbb4
Changed error wording
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-01-21 08:19:27 +11:00
Hugo van Kemenade
48d32fe81f
Merge pull request #5977 from radarhere/tk
2022-01-20 12:28:59 +02:00
Andrew Murray
ef99a73473
Clarified that version numbers refer to Tk, not Pillow
2022-01-20 10:04:35 +11:00
Hugo van Kemenade
08df73cf66
Merge pull request #5969 from radarhere/links
...
Updated links
2022-01-18 09:19:44 +02:00
Andrew Murray
af90dd773b
Raise an error when performing a negative crop
2022-01-18 16:38:00 +11:00
Andrew Murray
a77babd6a4
Updated links
2022-01-18 14:26:52 +11:00
Andrew Murray
ddb0a6393f
Added test
2022-01-18 11:46:29 +11:00
Hugo van Kemenade
83d369a347
Merge pull request #5964 from radarhere/macos
2022-01-17 10:19:58 +02:00
Hugo van Kemenade
70ba8bf964
Merge pull request #5965 from radarhere/docker
2022-01-17 09:49:37 +02:00
Andrew Murray
c8d650f383
Added Debian 11 Bullseye
2022-01-17 14:07:30 +11:00
Andrew Murray
b53cb3f675
Updated macOS tested Pillow versions [ci skip]
2022-01-17 09:47:27 +11:00
Andrew Murray
730e24e163
Update CHANGES.rst [ci skip]
2022-01-17 07:35:11 +11:00
Hugo van Kemenade
95c7083063
Merge pull request #5959 from radarhere/imageshow_file
2022-01-16 14:41:28 +02:00
Hugo van Kemenade
2378d40769
Merge pull request #5961 from radarhere/pip_install
...
Invoke pip using Python
2022-01-16 09:15:11 +02:00