0

How do you install jgimp as a plugin for gimp?

1 Answers1

2

You don't. One of the last messages of the JGimp mailing list says that JGimp was designed for Gimp 1.x and the last update to the package was in May 2003, indeed well before Gimp v2.0 (March 2004). Assuming the interface still works you would still be missing a lot of the 2.x functionality.

Gimp now natively supports Python plugins (for Windows a Python interpreter is included in the package since Gimp 2.8). You can code Gimp plugins in Python, and they can have their own UI (TkInter or PyGtk).

xenoid
  • 8,396
  • 3
  • 23
  • 49
  • Unfortunately, I don't know python :( too bad. Thanks for the quick reply! – Politic Revolutionnaire Dec 11 '16 at 23:50
  • 1
    Neither did I when I started writing Gimp scripts... Python is a rather simple language to learn... I've seen people lean Python in a couple of days. Some sample Pyhon Gimp scripts: http://sourceforge.net/projects/gimp-tools/files/scripts/ – xenoid Dec 12 '16 at 00:01