Table of Contents
Extending GroIMP
A collection of tutorials to create additional features for GroIMP.
Creating a Plugin
This tutorial aims at showing how to get started on GroIMP plugin development. It is assumed that you are able to compile the plugin using Maven (either the plugin alone, or the whole project). In this tutorial we are going to create a new plugin (from the empty template), add a new MimeType (format of file accepted by GroIMP) for import, and add a menu item that run a specific command.
See:
Create new API functions
New GroIMP commands that work with the API can be created in any plugin. This small guide will only create a first starting point, for further information the code of the API plugin should be considered.
This does only work with the API plugin version >=0.2
JEdit plugins for GroIMP
The embedded text editor jEdit has some additional plugins not included in the GroIMP version.
They can be downloaded on the jEdit website.