Andrew Murray
|
c85eb0cae5
|
Added type hints
|
2024-07-28 12:53:02 +10:00 |
|
Andrew Murray
|
046285ac5d
|
Added type hints
|
2024-07-26 16:42:28 +10:00 |
|
Andrew Murray
|
726cdf5eed
|
Added type hints
|
2024-07-25 22:55:49 +10:00 |
|
Andrew Murray
|
01529d8b09
|
Added type hints
|
2024-07-15 19:23:36 +10:00 |
|
Andrew Murray
|
486dac7efc
|
Added type hints
|
2024-07-06 19:17:23 +10:00 |
|
Hugo van Kemenade
|
6cef133554
|
Merge pull request #8201 from radarhere/resize
|
2024-07-05 12:15:03 -06:00 |
|
Andrew Murray
|
f3c3e52797
|
Added type hints (#8204)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2024-07-05 11:55:23 -06:00 |
|
Andrew Murray
|
6990fc4a09
|
Allow size argument to resize() to be a NumPy array
|
2024-07-04 15:25:35 +10:00 |
|
Andrew Murray
|
936012e861
|
Allow size argument to resize() to be a list
|
2024-07-04 15:13:03 +10:00 |
|
Hugo van Kemenade
|
51bd7d2ea8
|
Drop support for Python 3.8 (#8183)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-07-03 00:44:45 -06:00 |
|
Andrew Murray
|
267c0b37b1
|
Added type hints
|
2024-07-02 20:10:47 +10:00 |
|
Andrew Murray
|
43cc1e3659
|
Removed PyAccess and Image.USE_CFFI_ACCESS
|
2024-07-01 20:31:17 +10:00 |
|
Hugo van Kemenade
|
3fdaecb025
|
Merge pull request #8063 from radarhere/possible_formats
|
2024-06-28 00:18:10 -06:00 |
|
Hugo van Kemenade
|
02133dc9ad
|
Merge pull request #8169 from radarhere/cast
|
2024-06-28 00:14:21 -06:00 |
|
Andrew Murray
|
fd3f6c1a92
|
Remove zero-byte end padding when parsing any XMP data
|
2024-06-26 19:31:40 +10:00 |
|
Hugo van Kemenade
|
5b1a9e1956
|
Merge pull request #8114 from radarhere/fixme
|
2024-06-25 06:09:39 -06:00 |
|
Andrew Murray
|
99666dac29
|
Simplified casts
|
2024-06-25 22:00:51 +10:00 |
|
Andrew Murray
|
d2b5e11d2b
|
Merge pull request #8032 from nulano/type_hints
Added type hints for PixelAccess related methods and others
|
2024-06-25 19:15:31 +10:00 |
|
Hugo van Kemenade
|
920698eea7
|
Merge pull request #8153 from radarhere/type_hint
|
2024-06-23 07:29:11 -06:00 |
|
Hugo van Kemenade
|
9c7ba240e9
|
Merge pull request #7966 from radarhere/palette
Support unpacking more rawmodes to RGBA palettes
|
2024-06-23 01:43:41 -06:00 |
|
Andrew Murray
|
cc83cc8ec8
|
Updated type hints
|
2024-06-22 10:09:11 +10:00 |
|
Nulano
|
b64847e07f
|
Do not use a protocol for PixelAccess object
|
2024-06-19 21:48:48 +02:00 |
|
Andrew Murray
|
7ab3aee7bc
|
Merge branch 'main' into xmp
|
2024-06-19 09:06:10 +10:00 |
|
Andrew Murray
|
6b5b2f6e58
|
Added type hints to Image
|
2024-06-18 22:44:17 +10:00 |
|
pre-commit-ci[bot]
|
0a2baab6c1
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-06-12 20:19:20 +00:00 |
|
Nulano
|
238110303c
|
getpixel and putpixel also support a list argument
|
2024-06-12 22:17:10 +02:00 |
|
Nulano
|
2a2033eea1
|
mypy fixes after merge
|
2024-06-12 21:49:47 +02:00 |
|
Nulano
|
31a8da48ee
|
Merge remote-tracking branch 'upstream/main' into type_hints
# Conflicts:
# src/PIL/Image.py
|
2024-06-12 21:06:31 +02:00 |
|
Andrew Murray
|
eb56f3ed56
|
Removed ignores
|
2024-06-12 20:56:38 +02:00 |
|
Andrew Murray
|
7e14364cee
|
putalpha does not allow other color values
|
2024-06-12 20:56:38 +02:00 |
|
Andrew Murray
|
9afe9d2769
|
Added type hints
|
2024-06-11 06:52:14 +10:00 |
|
Andrew Murray
|
2d1fe7572f
|
Added type hints
|
2024-06-10 14:15:28 +10:00 |
|
Andrew Murray
|
56fa3c658a
|
Added type hints
|
2024-06-09 07:12:22 +10:00 |
|
Andrew Murray
|
0d73721c65
|
Allow float center for rotate operations
|
2024-06-08 19:11:51 +10:00 |
|
Andrew Murray
|
985e605381
|
Renamed transform2 to transform
|
2024-06-08 19:06:46 +10:00 |
|
Andrew Murray
|
5bacce9dc2
|
Merge pull request #8046 from srittau/type-annotations
Add various type annotations
|
2024-06-08 18:38:21 +10:00 |
|
Andrew Murray
|
45cdc53bbb
|
Updated type hints
|
2024-06-08 18:03:06 +10:00 |
|
Andrew Murray
|
d2603b779a
|
im color could be a tuple with a single float
|
2024-06-08 17:16:50 +10:00 |
|
Andrew Murray
|
eba2694498
|
Merge branch 'main' into xmp
|
2024-06-05 15:53:46 +10:00 |
|
Andrew Murray
|
b3c534cc9a
|
Added type hints
|
2024-06-05 08:29:28 +10:00 |
|
Andrew Murray
|
12559fffc5
|
Merge branch 'main' into type_hint
|
2024-06-04 08:18:14 +10:00 |
|
Andrew Murray
|
f5da04adb0
|
Added type hints
Co-authored-by: Nulano <nulano@nulano.eu>
|
2024-06-03 21:58:02 +10:00 |
|
Andrew Murray
|
d566c04d5b
|
Updated type hints
|
2024-06-03 14:20:01 +10:00 |
|
Andrew Murray
|
6affb123c3
|
Merge branch 'main' into type_hints
|
2024-05-31 08:06:42 +10:00 |
|
Andrew Murray
|
2dedeef832
|
Support unpacking more rawmodes to RGBA palette
|
2024-05-22 20:05:07 +10:00 |
|
Andrew Murray
|
0f1a0fc501
|
Improved consistency of XMP handling
|
2024-05-20 23:11:50 +10:00 |
|
Andrew Murray
|
8a3a72e51d
|
Added type hints
|
2024-05-18 16:06:50 +10:00 |
|
Andrew Murray
|
2a703a2d4c
|
Removed continue
|
2024-05-17 08:04:20 +10:00 |
|
Andrew Murray
|
1036aa74a7
|
Added Image.WARN_POSSIBLE_FORMATS
|
2024-05-16 17:47:35 +10:00 |
|
Andrew Murray
|
73a3e4938c
|
Merge branch 'main' into type-annotations
|
2024-05-15 21:48:41 +10:00 |
|