pillow
Package — VisionPython 3.8+Beginner
Python Imaging Library: open, manipulate, save images (JPEG, PNG)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.8+
- Dependencies
- None (C extension, self-contained)
- Install
pip install Pillow
Learn by Difficulty
Quick Example
python
import pillow print(f"pillow loaded successfully") print(f"Version: {getattr(pillow, '__version__', 'unknown')}")
pillow is a third-party package. Python Imaging Library: open, manipulate, save images (JPEG, PNG). Install with: pip install Pillow
Try in PlaygroundTags
packageimagefile-formatdatatypemanipulation
Related Items
opencv-python
Package — Vision
OpenCV: real-time computer vision, image processing, video analysis
scikit-image
Package — Vision
Image processing: filters, morphology, segmentation, features
imageio
Package — Vision
Read and write images and video in many formats
wand
Package — Media
ImageMagick bindings for advanced image manipulation
matplotlib
Package — Visualization
Comprehensive 2D/3D plotting; foundation of Python data viz