This document outlines the interfaces to Gimp-Python, which is a set of Python modules that act as a wrapper to libgimp allowing the writing of plug-ins for Gimp. In this way, Gimp-Python is similar to Script-Fu, except that you can use the full set of Python extension modules from the plug-in. Table of Contents1. Introduction1.1. What is it?1.2. Installation2. The Structure Of A Plugin2.1. An Exa