A very basic introduction to using Python to create GIMP plug-ins. The first part in an 8 part series on GIMP scripting. You can skip this if you are at all familiar with Python variables and can jump straight in at part two or three.
Blog post: https://jacksonbates.wordpress.com/20...
The series:
Part One, Variables etc: • Gimp Scripting: Python Fu - Variables
Part Two, Functions: • Gimp Scripting: Python Fu, Functions
Part Three, The Procedure Database: • Gimp Scripting: Python Fu, The Proced...
Part Four, Hello World, and the error console: • Gimp Scripting: Python Fu, Hello Worl...
Part Five, Automating Workflows, coding a complete plug-in: • Gimp Scripting: Python Fu, Automating...
Part Six, Taking user input for plug-ins: • Gimp Scripting: Python Fu, How to cre...
Part Seven, More complicated plug-ins, recreating the Lomo Effect: • Gimp Scripting: Python Fu, More compl...
Part Eight, Conditional statements for modifying plug-ins based on user input, Lomo Deluxe: • Gimp Scripting: Python Fu, Conditiona...