Commit Graph

3827 Commits

Author SHA1 Message Date
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
1eb960f7e3 Added type hints 2024-06-11 23:26:00 +10:00
Hugo van Kemenade
7928bebd65
Merge pull request #8124 from radarhere/imagedraw_getdraw 2024-06-11 06:26:27 -06:00
Andrew Murray
9afe9d2769 Added type hints 2024-06-11 06:52:14 +10:00
Andrew Murray
4679e4bf9e
Updated deprecation warning 2024-06-10 16:47:52 +10:00
Andrew Murray
2d1fe7572f Added type hints 2024-06-10 14:15:28 +10:00
Andrew Murray
e225f9f589 Deprecate ImageDraw.getdraw hints argument 2024-06-10 11:50:13 +10:00
Andrew Murray
56c79b6f52 Simplified code 2024-06-09 22:13:01 +10:00
Andrew Murray
56fa3c658a Added type hints 2024-06-09 07:12:22 +10:00
Hugo van Kemenade
0a45381c2b
Merge pull request #8108 from radarhere/type_hint 2024-06-08 07:36:53 -06:00
Andrew Murray
14a32650dd Added type hints 2024-06-08 22:26:28 +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
923d4e5e1a Added type hints 2024-06-05 22:27:23 +10:00
Andrew Murray
b3c534cc9a Added type hints 2024-06-05 08:29:28 +10:00
Andrew Murray
6e40601f69 Added type hints 2024-06-04 20:37:09 +10:00
Andrew Murray
c1f10c107a
Merge branch 'main' into type_hints 2024-06-04 08:29:05 +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
8dae9b618f Corrected type hint 2024-06-03 08:50:46 +10:00
Andrew Murray
4aba0b8238 Changed default colorTemp 2024-06-02 16:27:05 +10:00
Andrew Murray
54150f2061 Corrected docstring 2024-06-02 16:26:35 +10:00
Andrew Murray
6affb123c3
Merge branch 'main' into type_hints 2024-05-31 08:06:42 +10:00
Hugo van Kemenade
fdf103c5ad
Merge pull request #8085 from void4/imagedraw_circle 2024-05-28 12:35:31 +03:00
void4
8db5fbead1
Update src/PIL/ImageDraw.py - set circle argument xy to type Sequence[float] instead of Coords, radius to float
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-05-27 13:27:56 +02:00
void4
38e6913579
Simplify circle() by reusing ellipse() 2024-05-27 13:01:10 +02:00
pre-commit-ci[bot]
2ee3cef50e [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-05-26 22:25:16 +00:00
void4
2c4a6e1179 Add function and documentation to draw circle 2024-05-27 00:23:16 +02:00
Andrew Murray
82d9926905 Split depth/type into bit depth and color type 2024-05-26 10:04:44 -05:00
Yay295
1b878189d8
don't reuse variable name 2024-05-26 02:25:45 -05:00
Andrew Murray
1a6b0bb6b5 Removed documentation of unused argument 2024-05-25 19:30:20 +10:00
Andrew Murray
33e304ed66 Use @cached_property 2024-05-22 19:43:00 +10:00
Andrew Murray
4639a71fdd
Merge branch 'main' into type_hint 2024-05-22 07:21:09 +10:00
Andrew Murray
c0ee645d0d
Merge branch 'main' into type-annotations 2024-05-21 22:44:03 +10:00
Andrew Murray
82910a5e4f Lint fixes 2024-05-19 22:00:45 +10:00
Andrew Murray
22b64ffcf2
Merge pull request #8015 from hugovk/pre-commit-clang
Add ClangFormat to pre-commit
2024-05-19 16:27:30 +10:00
Andrew Murray
de06d517e1
Merge branch 'main' into type_hint 2024-05-19 14:46:16 +10:00
Hugo van Kemenade
c6fb36ff36
Merge pull request #8064 from radarhere/mingw
Fix type errors
2024-05-18 07:18:39 -04:00
Sebastian Rittau
b2316f46cb
Use just str for _string_length_check
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-05-18 11:22:57 +02:00
Andrew Murray
8a3a72e51d Added type hints 2024-05-18 16:06:50 +10:00
Andrew Murray
3062ec4dd2 Fix type errors 2024-05-16 22:55:03 +10:00
Andrew Murray
73a3e4938c
Merge branch 'main' into type-annotations 2024-05-15 21:48:41 +10:00
Andrew Murray
e419fd7ab4 Added type hints 2024-05-15 20:19:09 +10:00