# python-pillow/Pillow

Python Imaging Library (fork)

Repository: https://github.com/python-pillow/Pillow
Canonical: https://ross.abutalabs.com/products/pillow
Homepage: https://python-pillow.org
Language: Python
License: NOASSERTION
License Family: other
Topics: c, cross-platform, pil, pillow, python, python-3, image-processing, image
Last push: 2026-08-26T04:03:33+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 79, longevity 100
- inputs: {"age_days": 5153, "days_push": 7, "days_rel": 63, "gap_med": 78.5, "n_releases_24m": 9}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 13777, forks 2494 (observed 2026-08-28T04:11:04.759736+00:00)

## What it is
Pillow is the actively maintained fork of the Python Imaging Library (PIL), providing image opening, editing, and saving across many file formats with a simple Python API. It is a foundational dependency used by millions of Python projects and packages for image processing tasks.

## Use cases
- resize and crop images in python
- convert images between png jpeg webp formats
- generate thumbnails for uploaded images
- draw text and shapes on images
- read image metadata and exif data
- process images in a django web app

## When to choose
- you need to open, manipulate, or save images in Python
- you want a mature, widely supported imaging library with broad format support
- you need thumbnails, resizing, or format conversion in web backends

## When to avoid
- you need GPU-accelerated or deep-learning-based image processing
- you are working outside Python
- you need advanced computer vision like object detection

## Facets
- artifact type: library
- maturity: stable
- function: image-processing
- domain: image-processing, files, web-development
- platform: python, cross-platform, windows
- tags: pil, imaging, image-formats, thumbnails, python-library, linux, macos

## Member repositories
- python-pillow/Pillow (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:04.759736+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:13:02.824702+00:00, confidence not recorded.
  - readme: https://github.com/python-pillow/Pillow (fetched 2026-08-28T04:11:04.759736+00:00, sha 189d07639bd2)
  - homepage: https://python-pillow.org (fetched 2026-08-29T08:07:21.347926+00:00, sha 408967bc8bf1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
