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
|
5cb79c6a69
|
Check object is bytes
|
2024-08-16 18:31:07 +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
|
e4e2cd6564
|
Updated comments
|
2024-08-14 15:28:34 +04:00 |
|
Andrew Murray
|
2b6c5a27a1
|
Added braces
|
2024-08-14 15:28:34 +04:00 |
|
Aleksandr Karpinskii
|
8256b9bb7f
|
Correct left boundary on the second stage
|
2024-08-14 15:28:34 +04:00 |
|
Aleksandr Karpinskii
|
5fb44ab694
|
This check is useless, since moved after the first stage
|
2024-08-14 15:28:34 +04:00 |
|
Aleksandr Karpinskii
|
6a87df2c1f
|
clang-format
|
2024-08-14 15:28:34 +04:00 |
|
Aleksandr Karpinskii
|
4cf5688cfd
|
Optimize getbbox() and getextrema()
|
2024-08-14 15:28:34 +04: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
|
c056406f21
|
Added comments to explain overhead_len
|
2024-08-06 06:19:15 +10:00 |
|
Andrew Murray
|
d49884e40c
|
Raise ValueError is XMP data is too long
|
2024-08-05 21:48:36 +10:00 |
|
Andrew Murray
|
2722cfd72b
|
Added writing XMP bytes to JPEG
|
2024-08-05 20:20:24 +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 |
|
Andrew Murray
|
6420f73613
|
Added type hints
|
2024-07-29 23:46:07 +10:00 |
|
Aleksandr Karpinskii
|
302962dae1
|
Updated comments
by @radarhere, lost during rebase
|
2024-07-28 17:20:14 +04:00 |
|
Aleksandr Karpinskii
|
d00fb87fa3
|
Rename Not NO_OUTPUT to DEBUG, remove TEST_MERGESORT and TEST_SPLIT* flags
|
2024-07-28 16:46:28 +04:00 |
|
Aleksandr Karpinskii
|
dc53356c1a
|
Not needed since memcpy is used here
|
2024-07-28 16:24:51 +04:00 |
|
Aleksandr Karpinskii
|
cfce566d17
|
codestyle
|
2024-07-28 16:24:51 +04:00 |
|
Aleksandr Karpinskii
|
a03033e7f3
|
Remove all WITH_* flags from _imaging.c
|
2024-07-28 16:24:51 +04:00 |
|
Andrew Murray
|
c85eb0cae5
|
Added type hints
|
2024-07-28 12:53:02 +10:00 |
|
Andrew Murray
|
046285ac5d
|
Added type hints
|
2024-07-26 16:42:28 +10:00 |
|
Andrew Murray
|
726cdf5eed
|
Added type hints
|
2024-07-25 22:55:49 +10:00 |
|
Andrew Murray
|
68328ccc6a
|
Require font parameter for truetype()
|
2024-07-25 18:52:04 +10:00 |
|
Andrew Murray
|
d0d4227515
|
Require font parameter in FreeTypeFont
|
2024-07-25 18:45:38 +10:00 |
|
Andrew Murray
|
6dd4b3c826
|
Merge pull request #8259 from hugovk/rm-is_directory
Remove unused _util.is_directory
|
2024-07-25 09:47:30 +10:00 |
|
Hugo van Kemenade
|
72a243c498
|
Revert "Corrected exiv2.org links"
|
2024-07-24 11:44:44 -06:00 |
|
Hugo van Kemenade
|
7a570d67bf
|
Remove unused _util.is_directory
|
2024-07-24 20:32:20 +03:00 |
|
Andrew Murray
|
ab635be11b
|
Removed unused argument
|
2024-07-24 22:08:15 +10:00 |
|
Andrew Murray
|
77df988d06
|
Support RGBA palettes
|
2024-07-24 19:51:19 +10:00 |
|
mergify[bot]
|
8405412b76
|
Merge pull request #8250 from radarhere/type_hint
Added type hints
|
2024-07-20 19:48:05 +00:00 |
|
Andrew Murray
|
38458a204c
|
Corrected type hints
|
2024-07-20 19:07:42 +10:00 |
|
Andrew Murray
|
f624460321
|
Added type hints
|
2024-07-20 13:14:18 +10:00 |
|
Yay295
|
204ec11f64
|
use local variable instead of casting every line
|
2024-07-19 08:46:25 -05:00 |
|
pre-commit-ci[bot]
|
aa8d87696b
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-07-19 12:14:54 +00:00 |
|
Lysandros Nikolaou
|
8a54f58ac6
|
Merge branch 'main' into arena-thread-safe
|
2024-07-19 14:14:23 +02:00 |
|
Andrew Murray
|
011da4b646
|
Merge pull request #8067 from Yay295/patch-2
Change AlignAfterOpenBracket in .clang-format to BlockIndent
|
2024-07-19 20:26:36 +10:00 |
|
Andrew Murray
|
7248cde50b
|
Documented keyword arguments
|
2024-07-18 11:00:27 +10:00 |
|
Andrew Murray
|
10faa5df39
|
Deprecate lambda_eval and unsafe_eval options argument
|
2024-07-17 22:08:53 +10:00 |
|
Andrew Murray
|
a3f93b3f68
|
Changed ContainerIO to subclass IO
|
2024-07-17 16:23:29 +10:00 |
|
pre-commit-ci[bot]
|
e144707520
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-07-16 19:32:02 +00:00 |
|
Lysandros Nikolaou
|
98b173928a
|
Address more feedback; don't unlock around sizeof
|
2024-07-16 21:31:29 +02:00 |
|
Lysandros Nikolaou
|
06767fc325
|
Address feedback; do not lock in a loop
|
2024-07-16 17:00:14 +02:00 |
|
Lysandros Nikolaou
|
5999b9b0cc
|
Initialize PyMutex only under the free-threaded build
|
2024-07-16 16:56:15 +02:00 |
|
pre-commit-ci[bot]
|
9f110aa702
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-07-16 14:47:15 +00:00 |
|
Lysandros Nikolaou
|
ea7b5c5b66
|
Lock around usages of imaging memory arenas
|
2024-07-16 16:43:49 +02:00 |
|
pre-commit-ci[bot]
|
2973b041c7
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-07-16 12:58:04 +00:00 |
|
Andrew Murray
|
f19e07b58c
|
Merge pull request #8234 from radarhere/type_hint
Added type hints
|
2024-07-16 18:05:02 +10:00 |
|
Andrew Murray
|
3eeef83517
|
Updated condition
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2024-07-16 16:40:17 +10:00 |
|
Andrew Murray
|
76e5e12f98
|
Simplified code
|
2024-07-15 20:48:39 +10:00 |
|
Andrew Murray
|
01529d8b09
|
Added type hints
|
2024-07-15 19:23:36 +10:00 |
|
Hugo van Kemenade
|
6944e9e183
|
Merge pull request #8216 from hugovk/free-threading
|
2024-07-13 16:09:34 +02:00 |
|
Lysandros Nikolaou
|
8854e4677e
|
Add include
|
2024-07-13 12:34:17 +02:00 |
|
Lysandros Nikolaou
|
9c576d63c3
|
Fix refcounts after porting to GetItemRef & better error checking
|
2024-07-13 12:24:02 +02:00 |
|
Lysandros Nikolaou
|
f5313db9ce
|
Add necessary PyMem_Free and fix PyDict_GetItemRef call
|
2024-07-13 11:00:57 +02:00 |
|
Andrew Murray
|
8e730e17ae
|
Allow saving I;16 images as PPM
|
2024-07-13 13:00:58 +10:00 |
|
Andrew Murray
|
42bfcaa2d4
|
When IFD is missing, connect get_ifd() dictionary to Exif
|
2024-07-13 12:46:15 +10:00 |
|
Andrew Murray
|
5bae934317
|
Added type hints
|
2024-07-12 21:16:56 +10:00 |
|
Lysandros Nikolaou
|
40e7f511b3
|
Don't use PyList_GetItemRef immediately after PyList_New
|
2024-07-08 15:42:26 +03:00 |
|
Hugo van Kemenade
|
87596bd747
|
imagingft: Replace PyDict_GetItem with PyDict_GetItemRef
|
2024-07-08 15:42:26 +03:00 |
|
Hugo van Kemenade
|
7c64ae0c73
|
encode: Replace PyDict_GetItem with PyDict_GetItemRef
|
2024-07-08 15:42:26 +03:00 |
|
Hugo van Kemenade
|
377bdc0db1
|
encode: Replace PyList_GetItem with PyList_GetItemRef
|
2024-07-08 15:42:26 +03:00 |
|
Hugo van Kemenade
|
69f967301d
|
Call PyUnstable_Module_SetGIL() to indicate support of running with GIL disabled
|
2024-07-08 14:40:35 +03:00 |
|
Andrew Murray
|
8a05e32336
|
Added type hints
|
2024-07-08 20:09:45 +10:00 |
|
Hugo van Kemenade
|
ae25d23c34
|
Merge pull request #8207 from radarhere/type_hints_pdfparser
Added type hints to PdfParser
|
2024-07-06 05:54:16 -06:00 |
|
Andrew Murray
|
486dac7efc
|
Added type hints
|
2024-07-06 19:17:23 +10:00 |
|
Andrew Murray
|
69cca2a103
|
Added type hints
|
2024-07-06 15:08:35 +10:00 |
|
Hugo van Kemenade
|
6cef133554
|
Merge pull request #8201 from radarhere/resize
|
2024-07-05 12:15:03 -06:00 |
|
Andrew Murray
|
f3c3e52797
|
Added type hints (#8204)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2024-07-05 11:55:23 -06:00 |
|
Andrew Murray
|
6990fc4a09
|
Allow size argument to resize() to be a NumPy array
|
2024-07-04 15:25:35 +10:00 |
|
Andrew Murray
|
936012e861
|
Allow size argument to resize() to be a list
|
2024-07-04 15:13:03 +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 |
|
Hugo van Kemenade
|
c8df36f650
|
Merge pull request #8191 from radarhere/type_hint
|
2024-07-02 14:31:04 -06:00 |
|
Andrew Murray
|
267c0b37b1
|
Added type hints
|
2024-07-02 20:10:47 +10:00 |
|
Andrew Murray
|
8b8fc18998
|
Do not import numpy.typing unless TYPE_CHECKING
|
2024-07-02 19:05:59 +10:00 |
|
Clément Robert
|
b4ee967372
|
BUG: fix an incompatibility with numpy 1.20
|
2024-07-01 19:33:14 +02:00 |
|
Andrew Murray
|
d3f343bb9b
|
Skip truncated mask if LOAD_TRUNCATED_IMAGES is enabled
|
2024-07-01 23:04:47 +10:00 |
|
Andrew Murray
|
585bd6ad48
|
Merge pull request #8182 from hugovk/rm-deprecated-psfile
Remove PSFile, PyAccess and USE_CFFI_ACCESS
|
2024-07-01 23:04:04 +10:00 |
|
Andrew Murray
|
5e163c0fed
|
Updated deprecation timeline
|
2024-07-01 20:31:25 +10:00 |
|
Andrew Murray
|
43cc1e3659
|
Removed PyAccess and Image.USE_CFFI_ACCESS
|
2024-07-01 20:31:17 +10:00 |
|
Andrew Murray
|
a3a6198286
|
11.0.0.dev0 version bump
|
2024-07-01 19:53:27 +10:00 |
|
Hugo van Kemenade
|
2a660bbe9f
|
Remove PSFile class, deprecated in Pillow 9.5.0
|
2024-07-01 10:58:27 +03:00 |
|
Andrew Murray
|
9b4fae7717
|
10.4.0 version bump
|
2024-07-01 15:42:12 +10:00 |
|
Andrew Murray
|
8daf550b7d
|
Merge pull request #8178 from radarhere/imageshow
Raise FileNotFoundError if show_file() path does not exist
|
2024-06-29 06:17:44 +10:00 |
|
Hugo van Kemenade
|
c6d8c58b6d
|
Merge pull request #7965 from Yay295/patch-3
|
2024-06-28 07:34:46 -06:00 |
|
Andrew Murray
|
c9ec76aa0d
|
Raise FileNotFoundError if show_file() path does not exist
|
2024-06-28 21:27:56 +10:00 |
|
Hugo van Kemenade
|
4d6dff34db
|
Merge pull request #8031 from radarhere/imagingcms_modes
|
2024-06-28 04:05:40 -06:00 |
|
Andrew Murray
|
70b3815a37
|
Merge pull request #8127 from radarhere/multiple_exif_markers
Fixed processing multiple JPEG EXIF markers
|
2024-06-28 18:50:19 +10:00 |
|
Andrew Murray
|
88cd6d41ef
|
Rearranged comments
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2024-06-28 17:28:42 +10:00 |
|
Hugo van Kemenade
|
41426a6f74
|
Merge pull request #8110 from radarhere/exififd
|
2024-06-28 00:19:25 -06:00 |
|
Hugo van Kemenade
|
56521137be
|
Merge pull request #8086 from radarhere/load_default_imagefont
|
2024-06-28 00:18:55 -06:00 |
|
Hugo van Kemenade
|
3fdaecb025
|
Merge pull request #8063 from radarhere/possible_formats
|
2024-06-28 00:18:10 -06:00 |
|
Hugo van Kemenade
|
02133dc9ad
|
Merge pull request #8169 from radarhere/cast
|
2024-06-28 00:14:21 -06:00 |
|
Hugo van Kemenade
|
6a2b8e7236
|
Merge pull request #8173 from radarhere/xmp_imageops
|
2024-06-27 12:40:07 +03:00 |
|
Andrew Murray
|
304cf484aa
|
Do not presume "xmp" info simply because "XML:com.adobe.xmp" info exists
|
2024-06-27 13:29:22 +10:00 |
|
Andrew Murray
|
fd3f6c1a92
|
Remove zero-byte end padding when parsing any XMP data
|
2024-06-26 19:31:40 +10:00 |
|
Hugo van Kemenade
|
6e1831cf99
|
Merge pull request #8056 from radarhere/hdr
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2024-06-26 11:33:50 +03:00 |
|
Hugo van Kemenade
|
2756cd5273
|
Merge pull request #8146 from Yay295/jp2_parsing
|
2024-06-26 11:32:57 +03:00 |
|
Andrew Murray
|
6ee41897e2
|
Added dedicated unpacker for inverted alpha
|
2024-06-25 17:29:06 -05:00 |
|
Hugo van Kemenade
|
a4188bb75e
|
Merge pull request #8104 from radarhere/apng
|
2024-06-25 21:58:32 +03:00 |
|
Yay295
|
58d5a73fac
|
raise SyntaxError when parsing codestream rather than returning an empty string
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-06-25 10:50:20 -05:00 |
|
Yay295
|
4cadf5c99f
|
use bytes/bytearray int constructor instead of string multiplication
|
2024-06-25 10:48:35 -05:00 |
|
Andrew Murray
|
3840255486
|
Invert alpha bit for map depth 16
|
2024-06-25 10:48:34 -05:00 |
|
Yay295
|
e5c6d883d4
|
set palette mode for BGRA;15
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-06-25 10:48:34 -05:00 |
|
Yay295
|
872ff125fc
|
"BGR;15" -> "BGRA;15"
|
2024-06-25 10:48:34 -05:00 |
|
Yay295
|
6f28a0c009
|
Fix TGA rawmode BGR;15
|
2024-06-25 10:48:34 -05:00 |
|
Hugo van Kemenade
|
a596a4063d
|
Merge pull request #8112 from radarhere/i16_mask
|
2024-06-25 06:50:47 -06:00 |
|
Andrew Murray
|
272d235ab4
|
Merge branch 'main' into apng
|
2024-06-25 22:42:47 +10: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 |
|
Andrew Murray
|
99666dac29
|
Simplified casts
|
2024-06-25 22:00:51 +10:00 |
|
Hugo van Kemenade
|
4d9fdac92f
|
Merge pull request #8065 from radarhere/threadstate
|
2024-06-25 05:56:51 -06:00 |
|