Part 7 of an 8 part series on scripting Gimp plug-ins using Python Fu. In this video we create a plug in that automatically creates the Lomo effect first explained (manually) in this previous tutorial video: • Gimp Tutorial: Lomo Effect 1
Blog: https://jacksonbates.wordpress.com/20...
Code: https://gist.github.com/JacksonBates/...
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...