Andrew Murray
be01d536c6
Update CHANGES.rst [ci skip]
2024-09-09 15:22:27 +10:00
Hugo van Kemenade
452b445d4f
Merge pull request #8358 from radarhere/lab
2024-09-09 08:20:29 +03:00
Andrew Murray
63f398bc12
Merge pull request #8194 from uploadcare/optimize-getbbox
...
Optimize getbbox() and getextrema() routines
2024-09-09 15:08:11 +10:00
Andrew Murray
a3c7912b98
Merge branch 'main' into scale
2024-09-09 13:22:10 +10:00
Andrew Murray
c9dc34ae8d
Update CHANGES.rst [ci skip]
2024-09-09 13:19:37 +10:00
Andrew Murray
906f93275e
Merge pull request #8356 from hugovk/deprecate-freetype-2.9.0
...
Deprecate support for FreeType 2.9.0
2024-09-09 13:18:13 +10:00
Andrew Murray
608a5e83c0
Updated harfbuzz to 9.0.0, except on manylinux2014
2024-09-09 12:56:28 +10:00
Hugo van Kemenade
012270d1c9
Merge pull request #8360 from python-pillow/renovate/github-actions
2024-09-08 22:53:58 +03:00
Aleksandr Karpinskii
4d271c8ec8
import_frame for anim_encoder_add
2024-09-08 18:29:38 +04:00
Aleksandr Karpinskii
0962b468b7
ImagingSectionEnter for WebPAnimEncoder
2024-09-08 18:29:38 +04:00
Aleksandr Karpinskii
8bb3134b1d
call _webp.WebPEncode with ptr
2024-09-08 18:29:38 +04:00
Aleksandr Karpinskii
0a8e6dbedb
Use im.has_transparency_data for webp._save_all
...
Also:
remove _VALID_WEBP_MODES and _VALID_WEBP_LEGACY_MODES consts
RGBX is not faster RGB since demands more bandwidth
Do not convert to str paths in tests
2024-09-08 18:29:38 +04:00
Hugo van Kemenade
f30eefaae2
Merge pull request #8354 from radarhere/type_hint
2024-09-08 16:19:08 +03:00
Hugo van Kemenade
2f13c4588d
Fix underline
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-09-08 16:17:13 +03:00
renovate[bot]
8c738f6427
Update deadsnakes/action action to v3.2.0
2024-09-08 13:00:15 +00:00
Hugo van Kemenade
1f2de52a6c
Group 11.0.0 deprecations ( #127 )
2024-09-08 15:07:22 +03:00
Andrew Murray
6231453895
Group 11.0.0 deprecations
2024-09-08 21:53:08 +10:00
Andrew Murray
89c790f2b0
Update CHANGES.rst [ci skip]
2024-09-08 21:38:21 +10:00
Andrew Murray
579a5a2ed1
Merge pull request #8355 from radarhere/unused_tiff
...
Removed unused TiffImagePlugin IFD_LEGACY_API
2024-09-08 21:36:44 +10:00
Andrew Murray
8b3ef3784b
Moved Buffer into _typing
2024-09-08 08:30:30 +10:00
Andrew Murray
547832fd59
Use tempfile.NamedTemporaryFile
2024-09-07 19:49:21 +10:00
Andrew Murray
a3d23165b9
Update CHANGES.rst [ci skip]
2024-09-07 19:40:29 +10:00
Hugo van Kemenade
2c02146cf4
Use type hints and fix CVE role
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-09-07 12:32:30 +03:00
Hugo van Kemenade
f06b851616
Merge pull request #8350 from zakajd/jamil/doubleexif
2024-09-07 12:31:19 +03:00
Andrew Murray
dbe979d032
Sort extensions alphabetically in error message
2024-09-07 19:09:01 +10:00
Andrew Murray
e14072e973
Added further detail
2024-09-07 19:08:07 +10:00
Andrew Murray
1105256f2b
Added type hints to setup.py
2024-09-07 18:25:44 +10:00
Hugo van Kemenade
a838da7406
Merge pull request #8002 from Yay295/patch-1
...
Use (void) for empty function parameters
2024-09-07 08:37:50 +03:00
Andrew Murray
a6ca45aea6
Use (void) to indicate no parameters
2024-09-07 00:01:25 -05:00
Andrew Murray
de3c6fa295
Support converting more modes to LAB by converting to RGBA first
2024-09-07 12:14:30 +10:00
Jamil Zakirov
2f25dbce06
Merge branch 'main' into jamil/doubleexif
2024-09-06 20:12:33 +03:00
Hugo van Kemenade
d3c1d99d00
Deprecate support for FreeType 2.9.0
2024-09-06 14:51:30 +03:00
Andrew Murray
93a0bf0276
Added type hints to TiffImagePlugin _save
2024-09-06 21:33:30 +10:00
Andrew Murray
94315f87c3
Removed unused IFD_LEGACY_API
2024-09-06 19:13:35 +10:00
Andrew Murray
06c331af5d
Added type hints to frombuffer
2024-09-06 15:16:59 +10:00
Andrew Murray
23c461e431
Handle duplicate exif header
...
Co-authored-by: Jamil Zakirov <djamilzak@gmail.com>
2024-09-06 11:56:06 +10:00
Andrew Murray
a6f5f4dd43
Deprecate setting size to (width, height, scale)
2024-09-06 11:42:56 +10:00
Andrew Murray
e625f73119
Added scale argument to IcnsImageFile load()
2024-09-06 11:40:45 +10:00
Hugo van Kemenade
6377321625
Merge pull request #8351 from radarhere/type_hint
2024-09-05 17:35:55 +03:00
Hugo van Kemenade
a2be72d8dd
Merge pull request #8349 from AryazE/type_comparison
2024-09-05 17:34:49 +03:00
Andrew Murray
31638ee29a
Added type hints
2024-09-05 23:14:17 +10:00
Andrew Murray
f7f3af799b
Update CHANGES.rst [ci skip]
2024-09-05 22:53:48 +10:00
Aryaz Eghbali
282f740141
Merge branch 'python-pillow:main' into type_comparison
2024-09-05 13:31:36 +02:00
Aryaz Eghbali
a56ac4faa8
Canonical type checking
2024-09-05 13:29:19 +02:00
Hugo van Kemenade
965cb518a2
Merge pull request #8347 from radarhere/boxblur
2024-09-05 11:23:26 +03:00
Andrew Murray
1270043682
Return early if either width or height is zero
2024-09-05 15:46:54 +10:00
Hugo van Kemenade
eaeda4a6be
Merge pull request #8339 from radarhere/type_hint
2024-09-04 14:57:01 +03:00
Hugo van Kemenade
8aa1e9209b
Merge pull request #8336 from radarhere/type_hint_imagefile
2024-09-04 14:56:23 +03:00
Hugo van Kemenade
06a9fcbff4
Merge pull request #8308 from radarhere/bytes
2024-09-04 14:52:57 +03:00
Hugo van Kemenade
a6cf6333a7
Merge pull request #8297 from radarhere/fuzz
2024-09-04 14:52:07 +03:00