mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 00:32:27 +03:00
Python Imaging Library (Fork)
SIMD Filter. 5x5 implementation SIMD Filter. fast 3x3 filter SIMD Filter. a bit faster 5x5 filter SIMD Filter. improve locality in 5x5 filter SIMD Filter. rearrange 3x3 filter to match 5x5 SIMD Filter. use macros SIMD Filter. use macros in 3x3 SIMD Filter. 3x3 SSE4 singleband SIMD Filter. faster 3x3 singleband SSE4 SIMD Filter. reuse loaded values SIMD Filter. 3x3 SSE4 singleband: 2 lines SIMD Filter. First AVX try SIMD Filter. unroll AVX 2 times SIMD Filter. Macros for AVX SIMD Filter. unroll AVX (with no profit) SIMD Filter. consider last pixel in AVX SIMD Filter. 5x5 single channel SSE4 (tests failed) SIMD Filter. fix offset SIMD Filter. move ImagingFilterxxx functions to separate files SIMD Filter. 3x3i SIMD Filter. better macros SIMD Filter. better loading SIMD Filter. Rearrange instruction for speedup SIMD Filter. reduce number of registers SIMD Filter. rearrange operations SIMD Filter. avx2 version SIMD Filter. finish 3x3i_4u8 SIMD Filter. 5x5i_4u8 SSE4 SIMD Filter. advanced 5x5i_4u8 SSE4 SIMD Filter. 5x5i_4u8 AVX2 SIMD Filter. fix memory access for: 3x3f_u8 3x3i_4u8 5x5i_4u8 SIMD Filter. move files SIMD Filter. Correct offset for 3x3f_u8 # Conflicts: # src/libImaging/Filter.c |
||
---|---|---|
_custom_build | ||
.ci | ||
.github | ||
depends | ||
docs | ||
src | ||
Tests | ||
wheels | ||
winbuild | ||
.appveyor.yml | ||
.clang-format | ||
.coveragerc | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
.readthedocs.yml | ||
CHANGES.rst | ||
codecov.yml | ||
conftest.py | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
pyproject.toml | ||
README.md | ||
RELEASING.md | ||
selftest.py | ||
setup.py | ||
tox.ini |
Pillow
Python Imaging Library (Fork)
Pillow is the friendly PIL fork by Jeffrey A. Clark and contributors. PIL is the Python Imaging Library by Fredrik Lundh and contributors. As of 2019, Pillow development is supported by Tidelift.
docs |
|
---|---|
tests |
|
package |
|
social |
|
Overview
The Python Imaging Library adds image processing capabilities to your Python interpreter.
This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
More Information
Report a Vulnerability
To report a security vulnerability, please follow the procedure described in the Tidelift security policy.