Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learn to create Python3 plugins
#1
Python 
I want to learn to create Python3 plugins for GIMP. And when I search I do not find much examples on the web so I ask here. The main thing that I want to do (and document on this thread is):
  1. goat-exercise tutorial and learn
  2. port a plugin from python2 to python3 (maybe I will port gimp-balloon-plugin)
  3. create AI based plugins using torch AI like GIMP-ML do with Opencv. For example some interesting features are:
  • OCR: to recognize and maybe translate some text inside images
  • Super resolution: increase the resolution with a deep algorithm
  • Inpainting: redraw some removed areas automatically
I start from the point 1:
  • GIMP 2.99.8 installed with flatpack on Opnesuse Tumbleweed
  • I put goat-exercise into ~/.config/GIMP/2.99/plug-ins/python
  • Restart Gimp
  • I do not see nothing new into Filters > Development > Goat exercises
I miss some configurations? What should I see in there?
Reply


Messages In This Thread
Learn to create Python3 plugins - by z-uo - 12-27-2021, 09:59 AM
RE: Learn to create Python3 plugins - by z-uo - 12-27-2021, 04:12 PM
RE: Learn to create Python3 plugins - by z-uo - 12-28-2021, 11:14 AM
RE: Learn to create Python3 plugins - by z-uo - 12-28-2021, 07:27 PM
RE: Learn to create Python3 plugins - by z-uo - 12-29-2021, 05:07 PM
RE: Learn to create Python3 plugins - by z-uo - 12-30-2021, 10:16 AM
RE: Learn to create Python3 plugins - by z-uo - 12-30-2021, 04:56 PM
RE: Learn to create Python3 plugins - by z-uo - 12-30-2021, 05:54 PM
RE: Learn to create Python3 plugins - by z-uo - 12-31-2021, 08:40 AM
RE: Learn to create Python3 plugins - by z-uo - 01-02-2022, 10:37 AM

Forum Jump: