Andrew Murray
|
ff1e565e34
|
Removed unused method
|
2025-09-03 20:44:46 +10:00 |
|
Andrew Murray
|
fe21dfa881
|
Simplified code
|
2025-09-03 20:38:34 +10:00 |
|
Andrew Murray
|
879f4b7e54
|
Moved hotspots into separate list to avoid conflicting header types
|
2025-07-28 20:57:12 +10:00 |
|
Andrew Murray
|
60c89cb9e9
|
Removed alpha property
|
2025-05-31 21:29:11 +10:00 |
|
Andrew Murray
|
54c3c93987
|
Merge branch 'main' into main
|
2025-05-28 21:43:02 +10:00 |
|
Andrew Murray
|
4eb89f8e5b
|
Reduced number of bytes read for header
|
2025-05-24 10:24:42 +10:00 |
|
Andrew Murray
|
ccfc2524b8
|
Use n_frames and _seek_check
|
2025-05-10 22:48:40 +10:00 |
|
Andrew Murray
|
f5d9838e30
|
Do not load at end of seek
|
2025-05-10 22:48:40 +10:00 |
|
Andrew Murray
|
988abb4288
|
Return PixelAccess from load
|
2025-05-10 22:48:40 +10:00 |
|
Andrew Murray
|
eb8bc46269
|
_min_frame is already zero
|
2025-05-10 22:48:40 +10:00 |
|
Andrew Murray
|
0bf71a44ce
|
Use _accept check in _open
|
2025-05-10 22:48:40 +10:00 |
|
Andrew Murray
|
15307955f7
|
Use IcoFile sizes method
|
2025-05-10 22:48:40 +10:00 |
|
Andrew Murray
|
8eba937d99
|
Replace slice and comparison with startswith
|
2025-05-09 20:53:55 +10:00 |
|
Andrew Murray
|
47bebfc801
|
Allow loading state from Pillow < 11.2.1
|
2025-04-29 14:57:10 +10:00 |
|
Andrew Murray
|
26be2ee1e4
|
Lint fixes
|
2025-04-26 15:47:35 +10:00 |
|
Andrew Murray
|
4c94fa4d13
|
Merge branch 'main' into main
|
2025-04-26 14:41:34 +10:00 |
|
Andrew Murray
|
225182414c
|
libavif below 1.0 is not supported
|
2025-04-25 17:14:13 +10:00 |
|
Andrew Murray
|
8fe7a7aaf8
|
Update redirected URL
|
2025-04-21 17:32:47 +10:00 |
|
Adian Kozlica
|
4402797b35
|
Add support for Grim in Wayland sessions ImageGrab (#8912)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-04-21 12:36:40 +10:00 |
|
Hugo van Kemenade
|
f9083264ff
|
11.3.0.dev0 version bump
|
2025-04-12 20:56:35 +03:00 |
|
Hugo van Kemenade
|
339bc5db93
|
11.2.1 version bump
|
2025-04-12 19:55:46 +03:00 |
|
Hugo van Kemenade
|
7a0092f207
|
Remove incomplete 11.2.0 release, bill as 11.2.1 instead
|
2025-04-12 18:56:38 +03:00 |
|
Hugo van Kemenade
|
8c4510cb23
|
Fix clang-format: Configuration file(s) do(es) not support C
|
2025-04-07 22:25:12 +03:00 |
|
pre-commit-ci[bot]
|
a5a8ece5d2
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-04-07 17:17:36 +00:00 |
|
Frankie Dintino
|
9f654ff748
|
Fixed conversion of AVIF image rotation property to EXIF orientation (#8866)
|
2025-04-04 16:41:11 +03:00 |
|
Andrew Murray
|
9f4195752d
|
Added type hints (#8867)
|
2025-04-03 13:24:37 +03:00 |
|
Andrew Murray
|
2d452c82e5
|
Removed condition that is always true (#8862)
|
2025-04-03 13:17:54 +03:00 |
|
Andrew Murray
|
8dbbce624f
|
Compare absolute path of filename
|
2025-04-02 12:16:25 +11:00 |
|
Andrew Murray
|
1103e82d17
|
Include filename in state
|
2025-04-02 11:14:58 +11:00 |
|
mergify[bot]
|
7c56b383ff
|
Merge pull request #8842 from AdianKozlica/image_grab_wayland_kde
Add KDE Wayland support for ImageGrab
|
2025-04-01 09:38:56 +00:00 |
|
mergify[bot]
|
64178415e6
|
Merge pull request #8852 from radarhere/save
Only change readonly if saved filename matches opened filename
|
2025-04-01 09:22:14 +00:00 |
|
Andrew Murray
|
98e74fd7a0
|
Merge pull request #8516 from radarhere/imagegrab
Allow HWND to be passed to ImageGrab.grab() on Windows
|
2025-04-01 18:45:03 +11:00 |
|
Adian Kozlica
|
2b62c0beeb
|
Merge branch 'main' into image_grab_wayland_kde
|
2025-04-01 09:43:52 +02:00 |
|
Andrew Murray
|
a7537b1b06
|
Only change readonly if saved filename matches opened filename
|
2025-04-01 18:31:04 +11:00 |
|
wiredfool
|
5c76e7ec17
|
Image -> Arrow support (#8330)
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2025-04-01 09:10:45 +03:00 |
|
Frankie Dintino
|
7d50816f0a
|
Add AVIF plugin (decoder + encoder using libavif) (#5201)
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2025-04-01 07:13:21 +03:00 |
|
Andrew Murray
|
f673f3e543
|
Close file handle on error (#8846)
|
2025-03-30 21:16:50 +03:00 |
|
Andrew Murray
|
4236b583a1
|
Do not import TYPE_CHECKING
|
2025-03-30 22:16:16 +11:00 |
|
pre-commit-ci[bot]
|
d2683e052f
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-03-30 11:13:51 +00:00 |
|
Andrew Murray
|
80d5b421eb
|
Do not import type checking
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2025-03-30 22:13:21 +11:00 |
|
Andrew Murray
|
ca9f4f8304
|
Merge branch 'main' into imagegrab
|
2025-03-30 21:53:23 +11:00 |
|
Adian Kozlica
|
ec11f7aaed
|
Merge branch 'main' into image_grab_wayland_kde
|
2025-03-29 23:51:29 +01:00 |
|
Andrew Murray
|
bce83ac800
|
Enable mmap on PyPy (#8840)
|
2025-03-29 18:36:36 +02:00 |
|
Andrew Murray
|
25653d2f87
|
Corrected P mode save (#8685)
|
2025-03-29 18:34:42 +02:00 |
|
Andrew Murray
|
e8a9b56603
|
Improved connecting discontiguous corners (#8659)
|
2025-03-29 18:33:51 +02:00 |
|
Andrew Murray
|
03dc994baa
|
Check that _fp type is not DeferredError before use (#8640)
|
2025-03-29 18:30:30 +02:00 |
|
Andrew Murray
|
6bffa3a9d4
|
Only read until the offset of the next tile (#8609)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-03-29 18:29:02 +02:00 |
|
Andrew Murray
|
140e426082
|
Added USE_RAW_ALPHA (#8602)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-03-29 18:27:00 +02:00 |
|
Andrew Murray
|
93cdfeb488
|
Prevent TIFFRGBAImageBegin from applying image orientation (#8556)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-03-29 18:25:57 +02:00 |
|
Andrew Murray
|
6d42449788
|
Allow loading of EMF images at a given DPI (#8536)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-03-29 18:25:13 +02:00 |
|