Pure Python implementation of image file formats used by GIMP. Supports XCF (GIMP native), GPL (palette), GGR (gradient), GIH (brush), VBR (brush), PAT (pattern), and other formats. Current version: 2025. Released annually.
pip install gimpformatsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open an XCF file and list layer names and dimensions.
If you need XCF writing, consider using newer versions (if/when available) or alternative libraries.
Install Pillow via `pip install Pillow`.
No dependency data recorded yet.