Posts: 18
Threads: 4
Joined: May 2018
Reputation:
0
Operating system(s):
Gimp version: 2.10
PostRotateCrop.py is available in Gimp 2.8 and is considerably faster than PostRotateCrop.scm. In Gimp 2.10, however, the Python version does not even show up although it is in the plug-ins folder. I have only tried what I use in 2.8 as I do not know if there is a new one for 2.10.
Posts: 6,336
Threads: 271
Joined: Oct 2016
Reputation:
562
Operating system(s):
Gimp version: 2.10
Have you tried to contact the author (possibly listed on the .py file)? Otherwise have you got a download URL for it?
Posts: 18
Threads: 4
Joined: May 2018
Reputation:
0
Operating system(s):
Gimp version: 2.10
Thank you, Ofnuts and Rich2005. The plug-in is executable and is in ~/.config/GIMP-AppImage/2.10/plug-ins/. It contains the address of Richard McLean, who wrote the plug-in.
Posts: 18
Threads: 4
Joined: May 2018
Reputation:
0
Operating system(s):
Gimp version: 2.10
Thank you, Rich2005. I think I shall look for a newer AppImage instead of doing anything that might disturb Gimp 2.8. Many things in Gimp 2.10 are new.
Richard McLean asked several questions and even installed 2.10 on a computer of his own to check. The plug-in worked for him but he could not say why it doesn't work for me.
Posts: 18
Threads: 4
Joined: May 2018
Reputation:
0
Operating system(s):
Gimp version: 2.10
Rich2005, from the link you provided I pulled in gimp-git-2.10.3-20180628.glibc2.15-x86_64.AppImage -- and the Python version of the script now runs. Thank you.