Extending Gimp with Python

You will find here some tutorials about how to extend the amazing Gimp by writing Python-Fu plugins. Gimp comes with a powerful scripting system called Script-Fu, which is based on the scheme language. But you might prefer to code your scripts with a full-featured language like Python, using the so-called Python-Fu system. It's pretty easy on Linux as Python is available out of the box, it's a bit more complicated (but not much) on Windows, and your scripts will be multiplatform. I'll keep posting articles as inspiration comes, feel free to leave comments.