# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-Pillow VERSION= 10.3.0 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Python Imaging Library (Fork) (3.11) SDESC[v12]= Python Imaging Library (Fork) (3.12) HOMEPAGE= https://python-pillow.org CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/P/Pillow DISTFILE[1]= pillow-10.3.0.tar.gz:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= cpe jpeg zlib DISTNAME= pillow-10.3.0 CPE_PRODUCT= pillow CPE_VENDOR= python GENERATED= yes [PY311].USES_ON= python:v11,sutools [PY312].USES_ON= python:v12,sutools [FILE:1661: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] [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:99:distinfo] 9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d 46572854 pillow-10.3.0.tar.gz [FILE:509:patches/patch-setup.py] --- setup.py.orig 2019-07-02 19:13:39 UTC +++ setup.py @@ -465,9 +465,7 @@ class pil_build_ext(build_ext): _add_directory(include_dirs, "/usr/X11/include") elif ( - sys.platform.startswith("linux") - or sys.platform.startswith("gnu") - or sys.platform.startswith("freebsd") + sys.platform.startswith("nothing") ): for dirname in _find_library_dirs_ldconfig(): _add_directory(library_dirs, dirname)