mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 22:54:46 +03:00
version
This commit is contained in:
parent
8bd80ceeec
commit
4144e8bd82
|
@ -1,6 +1,18 @@
|
|||
Changelog (Pillow-SIMD)
|
||||
=======================
|
||||
|
||||
4.3.0.post0
|
||||
-----------
|
||||
|
||||
- Float-based filters, single-band: 3x3 SSE4, 5x5 SSE4
|
||||
- Float-based filters, multi-band: 3x3 SSE4 & AVX2, 5x5 SSE4
|
||||
- Int-based filters, multi-band: 3x3 SSE4 & AVX2, 5x5 SSE4 & AVX2
|
||||
- Box blur: fast path for radius < 1
|
||||
- Alpha composite: fast div approximation
|
||||
- Color conversion: RGB to L SSE4, fast div in RGBa to RGBA
|
||||
- Resampling: optimized coefficients loading
|
||||
- Split and get_channel: SSE4
|
||||
|
||||
3.4.1.post1
|
||||
-----------
|
||||
|
||||
|
@ -21,7 +33,7 @@ Changelog (Pillow-SIMD)
|
|||
3.3.0.post2
|
||||
-----------
|
||||
|
||||
- Fixed error in RGBa -> RGBA convertion
|
||||
- Fixed error in RGBa -> RGBA conversion
|
||||
|
||||
3.3.0.post1
|
||||
-----------
|
||||
|
@ -41,7 +53,7 @@ Resampling
|
|||
- SSE4 and AVX2 fixed-point full loading horizontal pass.
|
||||
- SSE4 and AVX2 fixed-point full loading vertical pass.
|
||||
|
||||
Convertion
|
||||
Conversion
|
||||
~~~~~~~~~~
|
||||
|
||||
- RGBA -> RGBa SSE4 and AVX2 fixed-point full loading implementations.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# Master version for Pillow
|
||||
__version__ = '5.3.0'
|
||||
__version__ = '5.3.0.post0'
|
||||
|
|
Loading…
Reference in New Issue
Block a user