Andrew Murray
|
ab635be11b
|
Removed unused argument
|
2024-07-24 22:08:15 +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
|
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 |
|
Andrew Murray
|
cc83cc8ec8
|
Updated type hints
|
2024-06-22 10:09:11 +10:00 |
|
Andrew Murray
|
9f79e5d768
|
Added type hints to ImageDraw shape methods
|
2024-06-19 08:43:23 +10: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
|
be73b13ad3
|
Added type hints
|
2024-06-12 21:15:55 +10:00 |
|
Hugo van Kemenade
|
7928bebd65
|
Merge pull request #8124 from radarhere/imagedraw_getdraw
|
2024-06-11 06:26:27 -06: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
|
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
|
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 |
|
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
|
73a3e4938c
|
Merge branch 'main' into type-annotations
|
2024-05-15 21:48:41 +10:00 |
|
Andrew Murray
|
a8d154877d
|
Added type hints
|
2024-05-13 18:47:51 +10:00 |
|
Sebastian Rittau
|
d63caf266d
|
Various fixes
|
2024-05-07 15:59:20 +02:00 |
|
Sebastian Rittau
|
c92f59d758
|
Add various type annotations
|
2024-05-07 14:30:34 +02:00 |
|
Nulano
|
5f805c39cc
|
Added type hints for PixelAccess methods and others
|
2024-04-29 23:52:51 +02:00 |
|
Andrew Murray
|
d2453250f1
|
Fixed joined corners for rounded_rectangle() non-integer dimensions
|
2024-03-15 23:58:07 +11:00 |
|
Andrew Murray
|
65cb0b0487
|
Added _typing.Coords
|
2024-02-06 07:49:43 +11:00 |
|
Andrew Murray
|
5a8e7dda79
|
Added type hints
|
2024-02-05 20:36:34 +11:00 |
|
Andrew Murray
|
6768d3aa91
|
Merge pull request #7497 from ZachNagengast/fix-alpha-for-overlapping-glyphs
Fix incorrect color blending for overlapping glyphs in BGRA mode
|
2023-12-24 19:03:28 +11:00 |
|
Hugo van Kemenade
|
43b2f61e79
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
Andrew Murray
|
a6a612c6c5
|
Merge branch 'main' into fix-alpha-for-overlapping-glyphs
|
2023-12-02 21:33:29 +11:00 |
|
Zach Nagengast
|
bd2977c518
|
Update src/PIL/ImageDraw.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2023-12-01 22:56:59 -08:00 |
|
Nulano
|
0cef9f251c
|
fix drawing text alpha on RGBA image on big-endian platforms
|
2023-11-27 17:12:12 +01:00 |
|
Christian Clauss
|
fd59f91d17
|
ruff: Minor optimizations of list comprehensions, x in set, etc.
|
2023-11-06 19:13:47 +06:00 |
|
Andrew Murray
|
b1f5ee9043
|
Added font_size keyword arguments to ImageDraw text methods
|
2023-08-26 17:01:15 +10:00 |
|
Andrew Murray
|
c68c508e27
|
Fixed joined corners for odd dimensions
|
2023-05-10 13:25:35 +10:00 |
|
Andrew Murray
|
3fc446c277
|
Added width argument to regular_polygon
|
2023-05-03 22:54:18 +10:00 |
|
Andrew Murray
|
bc0bf5efea
|
Preserve line spacing backwards compatibility
|
2023-04-10 18:49:06 +10:00 |
|
Andrew Murray
|
b2301d70d1
|
Removed ImageFont.getsize and related functions
|
2023-04-10 16:56:13 +10:00 |
|
Andrew Murray
|
fec92ce9cc
|
Restored deleted docstring
|
2023-03-19 13:36:43 +11:00 |
|
Auto-5
|
f03f9670fa
|
Removed incorrect docstring
|
2023-03-18 14:12:53 +00:00 |
|
Andrew Murray
|
a4965a7eaa
|
Split into x and y errors
|
2023-03-01 22:06:40 +11:00 |
|
Andrew Murray
|
b84c29a035
|
Raise an error if co-ordinates are incorrectly ordered
|
2023-03-01 11:22:35 +11:00 |
|
Andrew Murray
|
60208a3250
|
Only allow "corners" to be used as a keyword argument
|
2023-02-17 10:32:55 +11:00 |
|
Andrew Murray
|
0f2a4c1ae5
|
Added "corners" argument to rounded_rectangle()
|
2023-02-16 19:19:17 +11:00 |
|
pre-commit-ci[bot]
|
24183d652e
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-02-06 19:27:19 +00:00 |
|
Hugo van Kemenade
|
2ae55ccbda
|
Improve exception traceback readability
|
2022-12-30 00:07:52 +02:00 |
|
Andrew Murray
|
5471dc2b26
|
Use fractional coordinates when drawing text
|
2022-11-08 11:49:39 +11:00 |
|
Hugo van Kemenade
|
7a06bc6357
|
Merge pull request #6533 from nulano/document_imagedraw_attributes
|
2022-10-25 13:06:17 +03:00 |
|
Ondrej Baranovič
|
18bd77bbc0
|
simplify code, make test more generic
|
2022-08-25 19:45:33 +10:00 |
|