wiredfool
|
309c5e261a
|
fix macoxisim
|
2024-08-25 16:14:36 +01:00 |
|
wiredfool
|
38013aca21
|
Tests, lifetime changes
|
2024-08-25 15:54:00 +01:00 |
|
wiredfool
|
f7df464385
|
Export as fixed width pixels, or just pixel values for single channel.
|
2024-08-24 16:54:55 +01:00 |
|
wiredfool
|
e0d91580c0
|
WIP - Non working struct encoding
* structs can't be encoded this way, they need to have one child array
per struct member.
* i.e. struct of arrays, rather than an array of structs.
|
2024-08-24 16:18:27 +01:00 |
|
wiredfool
|
cd31fa5bfe
|
WIP - Initial Pillow->Arrow support
* Fixed format, only for 4 channel images
|
2024-08-24 13:41:23 +01: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 |
|
Hugo van Kemenade
|
c8b5f0b9ea
|
Merge pull request #8293 from radarhere/quant
Fix undefined variable
|
2024-08-10 01:05:05 +03: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 |
|
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
|
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 |
|
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 |
|