Andrew Murray
|
a6ca45aea6
|
Use (void) to indicate no parameters
|
2024-09-07 00:01:25 -05:00 |
|
Yay295
|
0c335d239b
|
use (void) for empty function parameters
|
2024-08-28 08:08:08 -05:00 |
|
Andrew Murray
|
eae107ceb2
|
Merge branch 'main' into type_hint_init
|
2024-08-28 08:31:09 +10:00 |
|
Andrew Murray
|
53bbfea763
|
Added type hints
|
2024-08-26 23:49:03 +10:00 |
|
Andrew Murray
|
4721c31b19
|
Merge pull request #8319 from radarhere/type_hint
Added type hints
|
2024-08-24 23:54:19 +10:00 |
|
Andrew Murray
|
dcd77b57d8
|
Merge pull request #8322 from radarhere/webp
Updated error message when saving WebP with invalid width or height
|
2024-08-24 23:12:07 +10:00 |
|
pre-commit-ci[bot]
|
a3e3639a59
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-08-24 11:27:43 +00:00 |
|
Andrew Murray
|
658b60e3a3
|
Include units
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2024-08-24 21:26:56 +10:00 |
|
Andrew Murray
|
8aa58e320f
|
Rename _E to ImagePointTransform
|
2024-08-24 21:25:41 +10:00 |
|
Andrew Murray
|
6e9518b88d
|
Added type hint to example code
|
2024-08-24 19:18:25 +10:00 |
|
Andrew Murray
|
e382ebed3a
|
Remove warning if NumPy failed to raise an error during conversion
|
2024-08-23 19:38:07 +10:00 |
|
Andrew Murray
|
d49ea37811
|
Include limit in error message
|
2024-08-22 17:50:42 +10:00 |
|
Andrew Murray
|
132663a881
|
Updated error message for invalid width or height
|
2024-08-22 07:36:52 +10:00 |
|
Andrew Murray
|
f0d8fd3059
|
Merge pull request #8310 from Yay295/tiff_cleanup
Move repeated code to private helper function
|
2024-08-21 13:48:18 +10:00 |
|
Andrew Murray
|
e6e5ef5c5f
|
Added type hints
|
2024-08-21 08:05:02 +10:00 |
|
Andrew Murray
|
2ed8502d12
|
Use ipython PrettyPrinter, rather than custom class
|
2024-08-20 22:13:52 +10:00 |
|
Andrew Murray
|
d1d567bb59
|
Do not use sys.stdout in PSDraw
|
2024-08-20 22:13:52 +10:00 |
|
Yay295
|
cd76b48533
|
move repeated code to private helper function
|
2024-08-18 17:02:45 -05:00 |
|
Andrew Murray
|
f26b47595b
|
Get IPTC info from tag_v2
|
2024-08-19 06:56:31 +10:00 |
|
Andrew Murray
|
617699ffc7
|
Log value from tag_v2
|
2024-08-16 12:03:02 +10:00 |
|
Hugo van Kemenade
|
0633257be3
|
Merge pull request #8285 from radarhere/type_hint
|
2024-08-15 23:25:50 +03:00 |
|
Andrew Murray
|
d5e3f6b516
|
If left and right sides meet, do not draw rectangle to fill gap
|
2024-08-15 14:46:23 +10:00 |
|
Andrew Murray
|
8afb7ddb4e
|
Added type hints
|
2024-08-15 08:08:43 +10:00 |
|
Andrew Murray
|
497080f63b
|
Added type hint to ImageFile._save tile parameter
|
2024-08-15 07:30:01 +10:00 |
|
Andrew Murray
|
8737709781
|
Added return type to ImageFile.load()
|
2024-08-15 07:30:00 +10:00 |
|
Andrew Murray
|
359d7592c7
|
Test deprecation warnings
|
2024-08-14 18:41:39 +10:00 |
|
Andrew Murray
|
66319fcce7
|
Animation support is no longer conditionally enabled
|
2024-08-14 18:35:59 +10:00 |
|
Andrew Murray
|
c7e6289b36
|
Use relative import
|
2024-08-13 19:07:01 +10:00 |
|
Alexander Karpinsky
|
93ce9ce004
|
Update features type
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-08-13 09:52:07 +04:00 |
|
Andrew Murray
|
924df9e60b
|
Moved line after early return
Improve compiler advice
Update src/PIL/features.py
|
2024-08-13 09:34:49 +04:00 |
|
Aleksandr Karpinskii
|
56ca359c65
|
Bring back removed features, add deprecations and Release notes
|
2024-08-13 09:34:49 +04:00 |
|
Aleksandr Karpinskii
|
a3468996c0
|
Remove webp animations flags and conditions
Removed:
_webp.WebPDecode
_webp.HAVE_WEBPANIM
features.webp_anim
|
2024-08-13 09:33:20 +04:00 |
|
Aleksandr Karpinskii
|
9bed5b4264
|
Remove _webp.WebPDecoderBuggyAlpha and _webp.HAVE_TRANSPARENCY
|
2024-08-13 09:26:04 +04:00 |
|
Aleksandr Karpinskii
|
c1e8375af8
|
Require webpmux and webpdemux
|
2024-08-13 09:24:52 +04:00 |
|
Aleksandr Karpinskii
|
0d79a38e77
|
Add missing TIFF CMYK;16B reader
|
2024-08-11 15:14:29 +04:00 |
|
Andrew Murray
|
4d0e8e74b4
|
Use im property
|
2024-08-10 10:20:08 +10:00 |
|
Hugo van Kemenade
|
c8b5f0b9ea
|
Merge pull request #8293 from radarhere/quant
Fix undefined variable
|
2024-08-10 01:05:05 +03:00 |
|
Andrew Murray
|
8da4883234
|
Merge branch 'main' into type_hint_init
|
2024-08-09 14:21:46 +10:00 |
|
Andrew Murray
|
7581b48706
|
Fixed sign comparison warning
|
2024-08-07 18:44:43 +10:00 |
|
Andrew Murray
|
70298d3be9
|
Fix undefined variable
|
2024-08-07 06:38:46 +10:00 |
|
Andrew Murray
|
5e8dbbbf9e
|
Removed unused variable
|
2024-08-06 13:32:46 +10:00 |
|
Andrew Murray
|
8f1157a61d
|
Added type hints to Image.__init__()
|
2024-08-02 23:30:27 +10:00 |
|
Alexander Karpinsky
|
d8447de24d
|
Merge pull request #8211 from uploadcare/remove-c-flags
Remove all WITH_* flags from _imaging.c and other flags
|
2024-08-02 16:10:10 +04:00 |
|
Hugo van Kemenade
|
126af363af
|
Merge pull request #8265 from radarhere/imagedraw2
|
2024-08-01 14:50:43 +03:00 |
|
Hugo van Kemenade
|
5517232205
|
Merge pull request #8238 from lysnikolaou/arena-thread-safe
|
2024-08-01 12:31:56 +03:00 |
|
Andrew Murray
|
e6fd8359d3
|
Deprecate huffman_ac and huffman_dc
|
2024-08-01 12:27:45 +10:00 |
|
Andrew Murray
|
accfaf1c09
|
Added type hints
|
2024-07-30 20:20:09 +10:00 |
|
Andrew Murray
|
955854728a
|
Pass start and end to arc, chord and pieslice
|
2024-07-30 09:10:11 +10:00 |
|
Andrew Murray
|
b84e2a9935
|
Do not pass outline to arc
|
2024-07-30 09:10:11 +10:00 |
|
Andrew Murray
|
db5c4fbb2c
|
Include required arguments
|
2024-07-30 09:10:09 +10:00 |
|