03-23-2025, 03:54 AM
Hello. First off, I am not a coder, but years ago I managed to write a plugin in GIMP 2.10 to do some basic repetitive tasks like adding solid color layers with masks, in groups and set other various parameters. The first thing that happens is the original image layer is copied and desaturated. Honestly, I am struggling with rewriting this simple plug-in in GIMP 3 format...I can't even get anything to show up in the GIMP menus even after copying the code from another GIMP 3 plugin example. Running it line by line through the python console produces no error. Could someone look at this basic code to copy a layer, create a new layer and desaturate it and help me understand why I can't even get the plugin to show up in the GIMP menus? I wish there was a GIMP 2 to 3 converter or a forum group that would help rewrite code specifically for us non-coders. I just don't understand enough on how to write python code when I cannot find examples to do basic tasks. Thanks for any feedback you can provide.
The code is attached
[attachment=13224]
The code is attached
[attachment=13224]