Gimp Scripting: Python Fu, How to create a UI (User Interface)

Опубликовано: 28 Сентябрь 2024
на канале: Jackson Bates
8,614
118

Part 6 in an 8 part series on scripting Gimp plug-ins using Python Fu. In this video we modify the previous script to take user inputs. We also look at the various user interface options Gimp provides.

Blog: https://jacksonbates.wordpress.com/20...

UI Examples: https://gist.github.com/JacksonBates/...
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...