Contents Menu Expand Light mode Dark mode Auto light/dark mode
Pillow (PIL Fork) 9.4.0 documentation
Light Logo Dark Logo
Pillow (PIL Fork) 9.4.0 documentation
  • Installation
  • Handbook
    • Overview
    • Tutorial
    • Concepts
    • Appendices
      • Image file formats
      • Text anchors
      • Writing Your Own Image Plugin
      • Decoders
      • Writing Your Own File Codec in C
      • Writing Your Own File Codec in Python
  • Reference
    • Image Module
    • ImageChops (“Channel Operations”) Module
    • ImageCms Module
    • ImageColor Module
    • ImageDraw Module
    • ImageEnhance Module
    • ImageFile Module
    • ImageFilter Module
    • ImageFont Module
    • ImageGrab Module
    • ImageMath Module
    • ImageMorph Module
    • ImageOps Module
    • ImagePalette Module
    • ImagePath Module
    • ImageQt Module
    • ImageSequence Module
    • ImageShow Module
    • ImageStat Module
    • ImageTk Module
    • ImageWin Module (Windows-only)
    • ExifTags Module
    • TiffTags Module
    • JpegPresets Module
    • PSDraw Module
    • PixelAccess Class
    • PyAccess Module
    • features Module
    • PIL Package (autodoc of remaining modules)
    • Plugin reference
    • Internal Reference Docs
      • File Handling in Pillow
      • Limits
      • Block Allocator
      • Internal Modules
      • C Extension debugging on Linux, with gbd/valgrind.
  • Porting
  • About
  • Release Notes
    • 9.4.0
    • 9.3.0
    • 9.2.0
    • 9.1.1
    • 9.1.0
    • 9.0.1
    • 9.0.0
    • 8.4.0
    • 8.3.2
    • 8.3.1
    • 8.3.0
    • 8.2.0
    • 8.1.2
    • 8.1.1
    • 8.1.0
    • 8.0.1
    • 8.0.0
    • 7.2.0
    • 7.1.2
    • 7.1.1
    • 7.1.0
    • 7.0.0
    • 6.2.2
    • 6.2.1
    • 6.2.0
    • 6.1.0
    • 6.0.0
    • 5.4.1
    • 5.4.0
    • 5.3.0
    • 5.2.0
    • 5.1.0
    • 5.0.0
    • 4.3.0
    • 4.2.1
    • 4.2.0
    • 4.1.1
    • 4.1.0
    • 4.0.0
    • 3.4.0
    • 3.3.2
    • 3.3.0
    • 3.2.0
    • 3.1.2
    • 3.1.1
    • 3.1.0
    • 3.0.0
    • 2.8.0
    • 2.7.0
    • Versioning
  • Deprecations and removals
  v: stable
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Internal Reference Docs#

  • File Handling in Pillow
    • Image Lifecycle
    • Complications
    • Proposed File Handling
  • Limits
    • Internal Limits
    • Format Size Limits
  • Block Allocator
    • Previous Design
    • New Design
    • Memory Pools
  • Internal Modules
    • _binary Module
    • _deprecate Module
    • _tkinter_finder Module
    • _util Module
    • _version Module
    • PIL.Image.core Module
  • C Extension debugging on Linux, with gbd/valgrind.
    • Install the tools
    • Test Case
    • Caveats
Next
File Handling in Pillow
Previous
Plugin reference
Copyright © 1995-2011 Fredrik Lundh, 2010-2023 Alex Clark and Contributors
Made with Sphinx and @pradyunsg's Furo