0
Save python script in gimp
I wrote a python script to run in gimp. I can type it in the console but I can't save it. I've checked the documentation. It says, that the script needs to be registered and there is a function register() with params like author and so on. Do I have to use this function in every script or is it like one script to register other scripts? Any idea?
1 Resposta
0
Problem solved. Register every script. And add the params. Scripts, that don't work, won't show up in gimp.
Now... How to rotate an image... 😃