Andrew Murray
39cbd4f0f1
Expanded error message strings
2024-01-31 19:10:33 +11:00
Andrew Murray
d3205fae19
Simplified code
2024-01-27 22:54:01 +11:00
Nicola Guerrera
6998f34768
Rearrange error handling
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-01-27 12:08:16 +01:00
Andrew Murray
d2d9240de4
Do not declare variable until necessary
2024-01-27 20:15:31 +11:00
Andrew Murray
b81341ae7e
Only decode stderr when necessary
2024-01-27 20:15:10 +11:00
Nicola Guerrera
cd640e5df2
Refactor grabclipboard() for x11 and wayland
...
Simpified logic and made it more robust against edge cases ( see the `allowed_errors` list ). Doing error checking this way, makes the behaviour of this function for x11 and wayland platforms more silimar to darwin and windows systems.
fix typo src/PIL/ImageGrab.py
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
fix typo src/PIL/ImageGrab.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
ImageGrab: \added debian edge case to comment
2024-01-27 10:03:44 +01:00
Andrew Murray
6a85653cc3
Added type hints
2024-01-18 12:05:54 +11:00
Andrew Murray
d8c7af0157
Added type hints to GdImageFile
2024-01-17 23:10:37 +11:00
Andrew Murray
7972332bc5
Added type hints
2024-01-17 19:22:45 +11:00
Hugo van Kemenade
dd753f4ab5
Merge pull request #7725 from radarhere/type_hints_tga
2024-01-17 08:47:45 +02:00
Andrew Murray
6fd85cf523
Merge pull request #7721 from radarhere/imagemath_ops
...
Changed ImageMath.ops to be static
2024-01-17 09:15:05 +11:00
Andrew Murray
54c96df9d6
Added type hints
2024-01-17 08:03:09 +11:00
Hugo van Kemenade
1d7ff595ec
Merge pull request #7724 from radarhere/type_hints_sgi
2024-01-16 22:52:43 +02:00
Hugo van Kemenade
4c5e2e4afd
Merge pull request #7720 from radarhere/type_hints_imt
2024-01-16 15:21:09 +02:00
Andrew Murray
e2aa0fd499
Changed ops to be static
2024-01-16 12:55:48 +11:00
Andrew Murray
5a587193c7
Added type hints
2024-01-16 12:22:59 +11:00
pre-commit-ci[bot]
edaf7acdb3
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-01-15 22:01:19 +00:00
Andrew Murray
6a2bdb6feb
Added type hints
2024-01-16 09:00:40 +11:00
Andrew Murray
4a6cb0f844
Added type hints
2024-01-15 20:11:14 +11:00
Andrew Murray
575edbefe4
Added type hints
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-01-15 18:25:31 +11:00
Andrew Murray
c75a93b9a3
Added type hints
2024-01-15 16:11:48 +11:00
mergify[bot]
ed9e29d31e
Merge pull request #7714 from radarhere/type_hints_fits
...
Added type hints to FitsImagePlugin
2024-01-14 12:58:11 +00:00
Andrew Murray
c97b5c6f7a
Exclude abstract method code from coverage
2024-01-14 22:29:56 +11:00
Andrew Murray
ffd0363b65
Added type hints
2024-01-13 16:26:15 +11:00
Andrew Murray
10cf2f2651
Added type hints
2024-01-13 14:40:59 +11:00
Andrew Murray
bc192557b8
Added type hints
2024-01-11 23:11:12 +11:00
Hugo van Kemenade
d6d6c7c989
Merge pull request #7707 from radarhere/type_hints_imagemath
2024-01-11 14:07:35 +02:00
Hugo van Kemenade
fc67ee29d5
Merge pull request #7701 from esoma/issue-7700
2024-01-11 14:05:16 +02:00
Hugo van Kemenade
5baace9eb7
Merge pull request #7702 from nulano/deprecate-cms-constants
2024-01-11 10:51:21 +02:00
Andrew Murray
993bc6c202
Added type hint
2024-01-10 23:41:09 +11:00
Andrew Murray
38bfe3cddf
Added type hint
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-01-10 23:36:26 +11:00
Andrew Murray
659098c6ac
Added type hints
2024-01-10 22:05:26 +11:00
Hugo van Kemenade
605e664678
Merge pull request #7698 from radarhere/ppm
2024-01-09 16:08:05 +02:00
Andrew Murray
6c320323b4
Only set row order when needed
2024-01-09 12:47:27 +11:00
Andrew Murray
673eb9a845
Merge branch 'main' into ppm
2024-01-09 12:46:55 +11:00
Andrew Murray
605208ea47
Merge branch 'main' into perspective
2024-01-09 07:16:24 +11:00
Andrew Murray
208a34c079
Merge branch 'main' into deprecate-cms-constants
2024-01-09 07:15:41 +11:00
Hugo van Kemenade
b1f549f60c
Merge pull request #7696 from nulano/pfm
2024-01-08 19:22:53 +02:00
Ondrej Baranovič
f044d53fd1
swap conditions
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-01-08 17:17:17 +01:00
Nulano
bddfebc331
add license comment to ImageCms; explicitly say "no replacement" for deprecations without a replacement
2024-01-08 12:57:23 +01:00
Nulano
08f11c57a1
deprecate ImageCms members: DESCRIPTION, VERSION, FLAGS, versions()
2024-01-08 00:32:47 +01:00
Erik Soma
6d99f9193f
Fix info for first frame of apng images getting clobbered when seeking to the first frame multiple times.
2024-01-07 16:00:58 -05:00
Andrew Murray
ba6399cad1
Added PerspectiveTransform
2024-01-07 19:34:27 +11:00
Andrew Murray
bb55274845
Removed PPM loop to read header tokens
2024-01-07 18:49:01 +11:00
Hugo van Kemenade
fcaed26ab1
Merge pull request #7676 from nulano/lcms2-flags
2024-01-06 16:43:20 +02:00
Ondrej Baranovič
d9ec2fd4bb
Add code formatting to ImageCms.Flags docstrings
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-01-06 14:33:11 +01:00
Nulano
0d841aab9a
add support for grayscale pfm image format
2024-01-06 14:08:51 +01:00
Andrew Murray
c46cf19a58
Merge pull request #7684 from nulano/docs-imagetransform
...
Improve ImageTransform documentation
2024-01-06 06:45:19 +11:00
Andrew Murray
f71cfec76f
Merge pull request #7645 from nulano/font-bomb
...
Simplify FreeTypeFont.render
2024-01-04 23:50:43 +11:00
Nulano
fc7088a561
improve ImageTransform documentation
2024-01-02 14:52:12 +01:00