# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-Pillow VERSION= 12.0.0 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Python Imaging Library (fork) (3.13) SDESC[v14]= Python Imaging Library (fork) (3.14) HOMEPAGE= https://python-pillow.github.io CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/P/Pillow DISTFILE[1]= pillow-12.0.0.tar.gz:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON USES= cpe jpeg zlib DISTNAME= pillow-12.0.0 CPE_PRODUCT= pillow CPE_VENDOR= python GENERATED= yes [PY313].BUILD_DEPENDS_ON= python-pybind11:single:v13 [PY313].USES_ON= python:v13,pep517 [PY314].BUILD_DEPENDS_ON= python-pybind11:single:v14 [PY314].USES_ON= python:v14,pep517 [FILE:1621:descriptions/desc.single]

[image]

# 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 [image]
tests [image] [image] [image] [image] [image] [image] [image] [image]
package [image] [image] [image] [image] [image]
social [image] [image]
## 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 - [Documentation] - [Installation] - [Handbook] - [Contribute] - [Issues] - [Pull requests] - [Release notes] - [Changelog] - [Pre-fork] ## Report a vulnerability To report a security vulnerability, please follow the procedure described in the [Tidelift security policy]. [FILE:110:distinfo] 87d4f8125c9988bfbed67af47dd7a953e2fc7b0cc1e7800ec6d2080d490bb353 47008828 python-src/pillow-12.0.0.tar.gz [FILE:557:patches/patch-setup.py] --- setup.py.orig 2025-07-01 07:52:08 UTC +++ setup.py @@ -647,7 +647,7 @@ class pil_build_ext(build_ext): for extension in self.extensions: extension.extra_compile_args = ["-Wno-nullability-completeness"] - elif sys.platform.startswith(("linux", "gnu", "freebsd")): + elif sys.platform.startswith(("nothing")): for dirname in _find_library_dirs_ldconfig(): _add_directory(library_dirs, dirname) if sys.platform.startswith("linux") and os.environ.get("ANDROID_ROOT"):