homm
2ef6424b55
SIMD AlphaComposite. sse4 implementation
...
SIMD AlphaComposite. avx2 implementation
SIMD AlphaComposite. increase precision
SIMD AlphaComposite. speedup sse4 by using _mm_mullo_epi16 instead of _mm_mullo_epi32
SIMD AlphaComposite. speedup avx2 by using _mm256_mullo_epi16 instead of _mm256_mullo_epi32
SIMD AlphaComposite. fix bugs
SIMD AlphaComposite. move declarations to beginning of the blocks
SIMD AlphaComposite. fast div aproximation
2024-08-11 21:12:09 +04:00
Aleksandr Karpinskii
cb55ee64b5
update clang formatting
2024-08-11 21:11:46 +04:00
Aleksandr Karpinskii
f891043101
Define better name __NEON__
2024-08-11 20:55:45 +04:00
Aleksandr Karpinskii
5df34a24f8
clang-format
2024-08-11 20:55:45 +04:00
Aleksandr Karpinskii
2db9cd3499
Add core.acceleration attribute
2024-08-11 20:55:45 +04:00
Aleksandr Karpinskii
910911061f
Add __SSE4_2__ for MSCC
2024-08-11 20:55:44 +04:00
Aleksandr Karpinskii
73f76e55c3
Add SIMD example
2024-08-11 20:55:44 +04:00
Aleksandr Karpinskii
e0649632ff
Add SIMD headers
2024-08-11 20:55:44 +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
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