(02-04-2024, 04:29 PM)Robpared Wrote: Ok. A Little late following up, since have been involved in loading GMIC, now that I have that solved, shouldn't the python script be in scripts folder ILO of plus-ins? still trying the script you sent...
First, default locations for scripts / plug-ins... and any other user resource.
Go to Preferences and in a Mac that is under the Gimp menu (next to File I think) Expand the Folders entry and for Plug-ins it will show the location to use - your Gimp User Profile. (edit -found a MacOS screenshot)
Plugins can be compiled (binary) files and in Gimp also python. somename.py files. These have to set as executabe.to work. Something like
Code:
chmod 755 path/to/somename.py
However as I mentioned earlier, the version of Gimp you have installed might not come with python enabled. Newer linux versions have this problem. How can you tell ? Look in the Filters menu. Is there a Python-Fu entry ? If there is then you can use python plug-ins.