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.

How-to Install a Gimp Script on Mac OS X 10.12 Sierra - Featured
  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

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



  2. 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



  3. Restart The Gimp!