Python Imaging Library (Fork)
Go to file
Alexander 8e3a81a53c SIMD Filter. 3x3 implementation
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
2024-08-11 22:28:28 +04:00
_custom_build Append custom parameter to the end of sys.argv 2024-03-28 17:40:54 +00:00
.ci Move auxiliary mypy requirements to a requirements file 2024-08-07 09:37:21 +03:00
.github Add accelerated test builds 2024-08-11 20:55:45 +04:00
depends Merge pull request #7973 from radarhere/libwebp 2024-06-07 03:46:15 -06:00
docs Merge pull request #8211 from uploadcare/remove-c-flags 2024-08-02 16:10:10 +04:00
src SIMD Filter. 3x3 implementation 2024-08-11 22:28:28 +04:00
Tests Updated test 2024-08-11 20:55:45 +04:00
wheels Updated README after cibuildwheel integration [ci skip] 2023-11-25 21:56:23 +11:00
winbuild Drop support for Python 3.8 (#8183) 2024-07-03 00:44:45 -06:00
.appveyor.yml Drop support for Python 3.8 (#8183) 2024-07-03 00:44:45 -06:00
.clang-format change AlignAfterOpenBracket in .clang-format to BlockIndent 2024-07-16 07:57:24 -05:00
.coveragerc Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
.editorconfig editorconfig: specify 2-space indent for TOML 2023-11-06 12:42:44 +02:00
.git-blame-ignore-revs Update .git-blame-ignore-revs 2023-11-17 13:06:44 +02:00
.gitattributes Set EPS test files as binary 2018-12-29 21:53:07 -08:00
.gitignore Updated test images origin 2023-02-08 10:01:10 +11:00
.gitmodules Updated wheel build process for new location 2023-09-24 22:51:42 +10:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-08-05 17:37:42 +00:00
.readthedocs.yml Use latest Ubuntu 2024-06-13 00:03:16 +10:00
CHANGES.rst Update CHANGES.rst [ci skip] 2024-08-06 06:31:47 +10:00
codecov.yml Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
conftest.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
LICENSE Clean up authors and contributors 2024-03-23 09:40:39 -04:00
Makefile add mypy task to makefile 2024-05-23 13:27:53 -05:00
MANIFEST.in Switch linting to ruff 2023-11-06 12:43:14 +02:00
pyproject.toml Update pyproject.toml 2024-08-08 14:10:18 +03:00
README.md Updated installation links 2024-04-16 07:03:56 +10:00
RELEASING.md Inline the 'Source and Binary Distributions' step 2024-04-08 22:48:08 +03:00
selftest.py Use f-strings 2024-05-07 14:01:08 +10:00
setup.py Increment Python version check on Windows 2024-07-02 21:52:43 +03:00
tox.ini Move auxiliary mypy requirements to a requirements file 2024-08-07 09:37:21 +03:00

Pillow logo

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 Documentation Status
tests GitHub Actions build status (Lint) GitHub Actions build status (Test Linux and macOS) GitHub Actions build status (Test Windows) GitHub Actions build status (Test MinGW) GitHub Actions build status (Test Cygwin) GitHub Actions build status (Test Docker) AppVeyor CI build status (Windows) GitHub Actions build status (Wheels) Code coverage Fuzzing Status
package Zenodo Tidelift Newest PyPI version Number of PyPI downloads OpenSSF Best Practices
social Join the chat at https://gitter.im/python-pillow/Pillow Follow on https://fosstodon.org/@pillow

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.