gimp-plugin
Installation
SKILL.md
GIMP Plugin Development
Complete guide for developing GIMP 3.0+ plugins with Python 3.
Overview
GIMP (GNU Image Manipulation Program) supports plugins written in Python 3. GIMP 3.0 introduced significant API changes, GEGL-based image processing, and modern Python integration.
Key Features:
- Python 3 scripting (no longer Python 2)
- GEGL (Generic Graphics Library) for image operations
- New procedure registration system
- GTK 3 dialog support
- Access to all GIMP internal procedures