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
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
e419fd7ab4
Added type hints
2024-05-15 20:19:09 +10:00
Andrew Murray
a8d154877d
Added type hints
2024-05-13 18:47:51 +10:00
Hugo van Kemenade
0c8be38878
Merge pull request #7999 from radarhere/accept
...
Added MPEG accept function
2024-05-11 23:02:51 +03:00
Hugo van Kemenade
5e48d54769
Merge pull request #7984 from radarhere/modes
...
Added more modes to Image.MODES
2024-05-11 23:01:42 +03:00
Andrew Murray
18b87c8515
Added type hints
2024-05-11 10:48:09 +10:00
Hugo van Kemenade
bfbe339ae3
Merge pull request #8045 from radarhere/strings
2024-05-10 18:44:37 +03:00
Andrew Murray
ce8dedadfd
Merge branch 'main' into modes
2024-05-08 22:11:50 +10:00
Andrew Murray
c6a3f0fdd8
Merge branch 'main' into accept
2024-05-08 18:45:10 +10:00
Andrew Murray
58ee112a9a
Merge branch 'main' into type_hint
2024-05-08 18:04:02 +10:00
Andrew Murray
ed0867abec
Set stream length for later use
2024-05-08 06:30:43 +10:00
Andrew Murray
b17f1e507b
Use f-strings
2024-05-07 14:01:08 +10:00
pre-commit-ci[bot]
71b8d99b36
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-05-04 19:27:45 +00:00
mrKazzila
984c2e7f30
chore: update __repr__ for PdfName
2024-05-04 19:26:22 +03:00
mrKazzila
74063feadc
chore: add f-string formatting
2024-05-04 19:21:49 +03:00
Andrew Murray
6036d81d97
Added type hints
2024-05-04 20:51:54 +10:00
Andrew Murray
2250fbeb9a
Added type hints
2024-04-29 20:25:11 +10:00
Cees Timmerman
8cc48b24fe
Update ExifTags.py
...
Fixed typo. No other instances in this repo.
2024-04-26 17:17:44 +02:00
Andrew Murray
49ce63d257
Merge branch 'main' into bgr
2024-04-25 09:13:20 +10:00
Hugo van Kemenade
02915c778e
Merge pull request #7996 from radarhere/tiff_px
2024-04-22 17:10:44 +03:00
Andrew Murray
2e1d2b2029
Updated deprecation message
2024-04-22 19:15:38 +10:00
Andrew Murray
023d017da0
Deprecate libtiff < 4
2024-04-22 18:26:20 +10:00
Andrew Murray
f690b7f691
Added MPEG accept function
2024-04-22 13:39:35 +10:00
Andrew Murray
4171435db4
Added more modes
2024-04-22 09:23:41 +10:00
Andrew Murray
d5c1ff4b43
Removed type hint ignores
2024-04-22 09:23:10 +10:00
Andrew Murray
bb2411dd01
Support reading P mode TIFF images with padding
2024-04-22 08:11:45 +10:00
Hugo van Kemenade
f8160b858a
Merge pull request #7936 from adamjstewart/types/fromarray
2024-04-17 16:43:57 +03:00
Andrew Murray
03835ce6f5
Corrected UnixViewer command
2024-04-17 14:51:12 +10:00
Hugo van Kemenade
0e90c1c9ae
Merge pull request #7952 from nulano/types-imagestat
2024-04-16 20:57:14 +03:00
Ondrej Baranovič
2e73bed053
ImageStat: simplify if block
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-04-16 18:34:48 +02:00
Ondrej Baranovič
8b62538617
ImageStat: simplify call to Image.histogram(mask)
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-04-16 18:27:48 +02:00
Adam J. Stewart
c655dc0c6b
Use a property
...
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
2024-04-16 17:53:48 +02:00
Andrew Murray
d431c97ba3
Deprecate BGR;15, BGR;16 and BGR;24
2024-04-15 19:28:52 +10:00
Andrew Murray
22705d3da5
Merge pull request #7956 from Cirras/obscure-bitmap-headers
...
Add support for reading `BITMAPV2INFOHEADER` and `BITMAPV3INFOHEADER`
2024-04-13 16:25:26 +10:00
Hugo van Kemenade
4897954223
Merge pull request #7951 from Yay295/patch-2
2024-04-11 13:47:05 +03:00
Andrew Murray
e2a57263c7
Reduced duplicate code
2024-04-10 20:37:44 +10:00
Andrew Murray
98ae91a65d
Added BGXR and BGAR unpackers
2024-04-09 00:45:48 +10:00
Jonah Jeleniewski
9e5b9fb18f
Improve comments around bitmap info headers
2024-04-08 22:38:06 +10:00
Jonah Jeleniewski
a1a2202ebe
Add support for bitmaps with header size 56
...
Size 56 is the undocumented `BITMAPV3INFOHEADER`.
It adds the alpha bit mask.
The format is known to be supported by:
- Windows (MS paint, etc.)
- Adobe Photoshop
- Popular web browsers
2024-04-08 22:38:06 +10:00
Jonah Jeleniewski
2f3281dcda
Add support for bitmaps with header size 52
...
Size 52 is the undocumented `BITMAPV2INFOHEADER`.
It adds the RGB bit masks.
The format is known to be supported by:
- Adobe Photoshop
- Popular web browsers
2024-04-08 21:18:19 +10:00
Andrew Murray
76fb002dd4
Removed outdated comment
2024-04-07 16:14:41 +10:00
Nulano
bcb2db6a87
ImageStat: use functools.cached_property and add type hints
2024-04-07 00:46:16 +02:00
Andrew Murray
84238bd459
Merge branch 'main' into types/fromarray
2024-04-07 08:32:48 +10:00
Andrew Murray
84a02c851a
Merge pull request #7944 from nulano/type-image-open
...
Add type hints for `Image.open`, `Image.init`, and `Image.Image.save`
2024-04-07 08:31:55 +10:00
Yay295
05d2314606
Make ModeDescriptor a NamedTuple
2024-04-06 15:52:17 -05:00