Hi,i am a beginner in GIMP.I would like to know how to install a plugin that end with .py?I found a few information from the GIMP forum but it still doesn't works.Hope you guys can provide me the steps.Thank you.
Save the .py file in your plug-ins folder. If you're not sure where your plug-ins folder is, you can check by opening GIMP and going to <Toolbox>/File/Preferences -> Folders -> Plug-Ins. If more than one folder is shown, then any one of them will work.
Make the .py file executable. On UNIX systems, type this in the shell:
chmod +x filename.py
On other operating systems, you might have to do it differently, or it might not be necessary.
Save the .py file in your
chmod +x filename.pyOn other operating systems, you might have to do it differently, or it might not be necessary.