How-to Install a Gimp Script on Mac OS X 10.12 Sierra

Mac Gimp 2.8 Scripts Location Hello Mac User! This is Tip Shows You Step-by-Step How-to Install in the Right Location a Gimp 2.8 Script on Mac OS X 10.12 Sierra. Script-Fu is what the Windows world would call “macros” But Script-Fu is more powerful than that. Script-Fu is based on an interpreting language called Scheme, and works by using querying functions to the GIMP database. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Place the Script into: /Applications/GIMP.app/Contents/Resources/share/gimp/2.0/scripts Like: sudo mv [myScript].scm /Applications/GIMP.app/Contents/Resources/share/gimp/2.0/scripts Restart The Gimp!

Continue Reading