python-pillow/pillow

Python Imaging Library (fork)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 4th, 2026
Created on July 24th, 2012
Open Issues & Pull Requests: 157 (-1)
GitHub issues: Enabled
Number of forks: 2,500
Total Stargazers: 13,806 (+1)
Total Subscribers: 221 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 hours
Mean response time: 18.0 days
90th percentile: 33.4 hours
Tracked items: 434

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 85% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 47
New in 7 days: 4
Closed in 7 days: 7
Avg open age: 1,162 days
Stale 30+ days: 32
Stale 90+ days: 23

Recent activity

Opened in 7 days: 4
Closed in 7 days: 7
Comments in 7 days: 5
Events in 7 days: 10

Top labels

  • Enhancement (32)
  • Windows (30)
  • Awaiting OP Action (29)
  • Stale (29)
  • TIFF (27)
  • Linux (18)
  • Installation (17)
  • Font Rendering (16)

Detailed Description

Pillow is a Python image processing library that provides comprehensive tools for opening, manipulating, and saving images across multiple formats and platforms.

The library addresses the need for accessible image handling in Python by offering a straightforward API for common operations like resizing, cropping, filtering, and format conversion. It wraps lower-level imaging functionality and supports a wide range of image formats including JPEG, PNG, GIF, TIFF, and many others. The tool handles both simple transformations and more advanced image processing tasks, making it suitable for applications ranging from web development to scientific computing.

Pillow is the appropriate choice for any Python project requiring image manipulation without the complexity of lower-level libraries. It works well for web applications that need to process user uploads, data analysis pipelines that work with visual data, and automation scripts that batch-process images. The library's cross-platform support means code written for one operating system runs unchanged on others. Developers familiar with the original PIL will find Pillow to be a maintained, actively developed continuation with modern Python support.

The project maintains a steady cadence of releases addressing both new features and security concerns. Development activity shows consistent engagement with bug reports and pull requests, indicating the maintainers respond to community issues. The project has established funding relationships that provide resources for ongoing maintenance and development. Updates are released regularly to support new Python versions and address compatibility issues as the ecosystem evolves.