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
71876cfd2a
Merge pull request #8282 from python-pillow/renovate/cibuildwheel-2.x
...
Update dependency cibuildwheel to v2.20.0
2024-08-04 19:51:10 +10:00
renovate[bot]
69076fa3d9
Update dependency cibuildwheel to v2.20.0
2024-08-04 06:21:13 +00:00
Andrew Murray
6897566701
Merge pull request #8280 from python-pillow/renovate/mypy-1.x
...
Update dependency mypy to v1.11.1
2024-08-03 13:40:35 +10:00
renovate[bot]
3e93b806cc
Update dependency mypy to v1.11.1
2024-08-03 02:29:19 +00: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
95cc0b1109
Merge pull request #8274 from radarhere/unused_jpeg
...
Deprecate JpegImageFile huffman_ac and huffman_dc
2024-08-01 17:43:01 +10:00
Andrew Murray
488e1982bd
Added removal version and date
2024-08-01 16:29:46 +10:00
Andrew Murray
e6fd8359d3
Deprecate huffman_ac and huffman_dc
2024-08-01 12:27:45 +10:00
Hugo van Kemenade
4df4df2a18
Merge pull request #8270 from radarhere/type_hint
2024-07-30 14:42:41 +03: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
Hugo van Kemenade
5833a8b18e
Merge pull request #8268 from radarhere/type_hint
2024-07-29 18:44:47 +03: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
a6d83ec9cc
Add relesenotes
2024-07-28 17:09:31 +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
Hugo van Kemenade
7b8a031ec1
Merge pull request #8267 from radarhere/type_hint
2024-07-28 11:22:14 +03:00
Andrew Murray
c85eb0cae5
Added type hints
2024-07-28 12:53:02 +10:00
Hugo van Kemenade
8f62fbdf44
Merge pull request #8263 from radarhere/type_hint
2024-07-26 11:06:38 +03:00
Andrew Murray
046285ac5d
Added type hints
2024-07-26 16:42:28 +10:00
Hugo van Kemenade
7bd28952f1
Merge pull request #8262 from radarhere/type_hint
2024-07-25 22:10:38 +03:00
Andrew Murray
749ec2aa16
Fallback to tiff if libtiff is not found on macOS and Windows
2024-07-25 15:07:03 +02:00
mrbean-bremen
af9b64a2cb
Make sure third-party libraries are found in debug build
...
- _find_library_file now also checks debug libraries
if in debug mode and returns the library name
- the returned library name is used for linking
instead of the hardcoded name
2024-07-25 15:07:03 +02: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
Andrew Murray
61001dab14
Merge pull request #8260 from python-pillow/revert-7856-docs
...
Restore exiv2.org links
2024-07-25 08:41:59 +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
Hugo van Kemenade
a103c4a044
Merge pull request #8257 from radarhere/imagedraw_unused
2024-07-24 20:24:14 +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
Hugo van Kemenade
fddc902c35
Merge pull request #8246 from python-pillow/tutorial-images
2024-07-24 10:48:25 +03:00
Andrew Murray
8f4dbfe6a6
Simplified code
2024-07-24 06:56:59 +10:00
Andrew Murray
888b2f716e
Improved consistency of example paths
2024-07-24 06:56:42 +10:00
Andrew Murray
cf6ec5e065
Converted images to WebP
2024-07-24 06:44:06 +10:00
Jeffrey A. Clark (Alex)
96fa1f5dbf
multiply each pixel by 20
2024-07-23 14:55:04 -04:00
Yay295
22ef8df59a
Do not run scheduled wheel jobs on forks
2024-07-22 08:29:55 +03:00
mergify[bot]
8405412b76
Merge pull request #8250 from radarhere/type_hint
...
Added type hints
2024-07-20 19:48:05 +00:00