Yay295
|
6f28a0c009
|
Fix TGA rawmode BGR;15
|
2024-06-25 10:48:34 -05:00 |
|
Hugo van Kemenade
|
48a921b31f
|
Merge pull request #8087 from radarhere/png_save_all
|
2024-06-25 06:21:44 -06:00 |
|
Hugo van Kemenade
|
563f45c355
|
Merge pull request #8141 from radarhere/freetypefont_bytes
|
2024-06-25 06:11:20 -06:00 |
|
Hugo van Kemenade
|
5b1a9e1956
|
Merge pull request #8114 from radarhere/fixme
|
2024-06-25 06:09:39 -06:00 |
|
Hugo van Kemenade
|
d9f97b0bbf
|
Merge pull request #8039 from radarhere/psd_layers
|
2024-06-25 06:07:09 -06:00 |
|
Hugo van Kemenade
|
bbf879641d
|
Merge pull request #7997 from radarhere/rgbx
|
2024-06-25 05:28:50 -06:00 |
|
Hugo van Kemenade
|
e62f47950e
|
Merge pull request #7948 from radarhere/iptc
|
2024-06-25 05:26:53 -06:00 |
|
Hugo van Kemenade
|
31681407da
|
Merge pull request #8167 from radarhere/type_hint
|
2024-06-25 05:25:57 -06:00 |
|
Hugo van Kemenade
|
1661343bc0
|
Merge pull request #8144 from Yay295/eps_plugin_return_break
|
2024-06-25 05:17:01 -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
|
ab18395818
|
Added comment
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
|
2024-06-25 10:50:40 +02:00 |
|
Andrew Murray
|
ded404507b
|
Removed ignores
|
2024-06-25 10:50:40 +02:00 |
|
Yay295
|
065aeaea47
|
improve check_required_header_comments() description
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-06-24 08:54:33 -05:00 |
|
Andrew Murray
|
f2302ab716
|
Added type hints
|
2024-06-24 21:04:33 +10:00 |
|
Andrew Murray
|
e5c4d56a9e
|
Clarify error message when size is missing
|
2024-06-24 15:08:36 +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
|
6879956d17
|
Merge pull request #8156 from radarhere/type_hint_imagefilter
|
2024-06-23 07:27:45 -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 |
|
Hugo van Kemenade
|
0201707737
|
Merge pull request #8159 from radarhere/qt6
Removed support for Qt 5
|
2024-06-22 22:14:27 -06:00 |
|
Yay295
|
a2c0a90c44
|
check required EPS header comments at end of file, not always
|
2024-06-22 09:33:20 -05:00 |
|
Andrew Murray
|
1c8d270746
|
Merge pull request #8135 from mamg22/improved-xdg-dirs-support
Improve `ImageFont.freetype` support for XDG directories on Linux
|
2024-06-22 14:27:55 +10:00 |
|
Andrew Murray
|
cc83cc8ec8
|
Updated type hints
|
2024-06-22 10:09:11 +10:00 |
|
Andrew Murray
|
c155677c4f
|
Removed support for Qt 5
|
2024-06-22 00:39:37 +10:00 |
|
Andrew Murray
|
324e548e52
|
Added type hints to ImageFilter
|
2024-06-21 20:41:22 +10:00 |
|
Nulano
|
b64847e07f
|
Do not use a protocol for PixelAccess object
|
2024-06-19 21:48:48 +02:00 |
|
Hugo van Kemenade
|
4b258be3bb
|
Merge pull request #8151 from radarhere/type_hint_imagedraw
|
2024-06-19 07:54:55 -06:00 |
|
Andrew Murray
|
7ab3aee7bc
|
Merge branch 'main' into xmp
|
2024-06-19 09:06:10 +10:00 |
|
Andrew Murray
|
9f79e5d768
|
Added type hints to ImageDraw shape methods
|
2024-06-19 08:43:23 +10:00 |
|
Andrew Murray
|
66ad49774d
|
Merge branch 'main' into type_hint_image
|
2024-06-19 08:06:38 +10:00 |
|
Andrew Murray
|
6b5b2f6e58
|
Added type hints to Image
|
2024-06-18 22:44:17 +10:00 |
|
Andrew Murray
|
f62796dadc
|
Rearranged code
|
2024-06-15 19:37:16 +10:00 |
|
Andrew Murray
|
b3e3784b8e
|
Added byte support to FreeTypeFont
|
2024-06-15 16:06:45 +10:00 |
|
Andrew Murray
|
20ce7ad9f8
|
Updated type hint
|
2024-06-13 17:14:21 +02: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 |
|
mamg22
|
00161099c7
|
Update docs for ImageFont.truetype [ci skip]
|
2024-06-12 12:48:12 -04:00 |
|
Andrew Murray
|
be73b13ad3
|
Added type hints
|
2024-06-12 21:15:55 +10:00 |
|
mamg22
|
2e15dc9f53
|
Improve xdg directory support in Linux
|
2024-06-11 22:00:08 -04: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 |
|