Metadata-Version: 2.4
Name: pillow
Version: 12.0.0
Summary: Python Imaging Library (fork)
Author-email: "Jeffrey A. Clark" <aclark@aclark.net>
License-Expression: MIT-CMU
Project-URL: Changelog, 
Project-URL: Documentation, 
Project-URL: Funding, 
Project-URL: Homepage, 
Project-URL: Mastodon, 
Project-URL: Release notes, 
Project-URL: Source, 
Keywords: Imaging
Classifier: Development Status :: 6 - Mature
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: olefile; extra == "docs"
Requires-Dist: sphinx>=8.2; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-inline-tabs; extra == "docs"
Requires-Dist: sphinxext-opengraph; extra == "docs"
Provides-Extra: fpx
Requires-Dist: olefile; extra == "fpx"
Provides-Extra: mic
Requires-Dist: olefile; extra == "mic"
Provides-Extra: test-arrow
Requires-Dist: arro3-compute; extra == "test-arrow"
Requires-Dist: arro3-core; extra == "test-arrow"
Requires-Dist: nanoarrow; extra == "test-arrow"
Requires-Dist: pyarrow; extra == "test-arrow"
Provides-Extra: tests
Requires-Dist: check-manifest; extra == "tests"
Requires-Dist: coverage>=7.4.2; extra == "tests"
Requires-Dist: defusedxml; extra == "tests"
Requires-Dist: markdown2; extra == "tests"
Requires-Dist: olefile; extra == "tests"
Requires-Dist: packaging; extra == "tests"
Requires-Dist: pyroma>=5; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-timeout; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Requires-Dist: trove-classifiers>=2024.10.12; extra == "tests"
Provides-Extra: xmp
Requires-Dist: defusedxml; extra == "xmp"
Dynamic: license-file

<p align="center">
    <img width="248" height="250" src="
</p>

# 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](

<table>
    <tr>
        <th>docs</th>
        <td>
            <a href="
                alt="Documentation Status"
                src="
        </td>
    </tr>
    <tr>
        <th>tests</th>
        <td>
            <a href="
                alt="GitHub Actions build status (Lint)"
                src="
            <a href="
                alt="GitHub Actions build status (Test Linux and macOS)"
                src="
            <a href="
                alt="GitHub Actions build status (Test Windows)"
                src="
            <a href="
                alt="GitHub Actions build status (Test MinGW)"
                src="
            <a href="
                alt="GitHub Actions build status (Test Docker)"
                src="
            <a href="
                alt="GitHub Actions build status (Wheels)"
                src="
            <a href="
                alt="Code coverage"
                src="
            <a href="
                alt="Fuzzing Status"
                src="
        </td>
    </tr>
    <tr>
        <th>package</th>
        <td>
            <a href="
                alt="Zenodo"
                src="
            <a href="
                alt="Tidelift"
                src="
            <a href="
                alt="Newest PyPI version"
                src="
            <a href="
                alt="Number of PyPI downloads"
                src="
            <a href="
                alt="OpenSSF Best Practices"
                src="
        </td>
    </tr>
    <tr>
        <th>social</th>
        <td>
            <a href="
                alt="Join the chat at 
                src="
            <a href="
                alt="Follow on 
                src="
                rel="me"></a>
        </td>
    </tr>
</table>

## 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](
