Skip to content

pixlsus/GIMP-Scripts

Repository files navigation

GIMP-Scripts

This is a repository for useful GIMP scripts.

With the lockdown of registry.gimp.org, there is no live script repository (until I figure out what to do with the registry). For the time being, we can use this to share and work on helpful scripts.

Installing GIMP Scripts (Scheme, .scm)

The .scm files need to be placed into the "Scripts" folder of GIMP.

The easiest way to locate these folders (and to possibly add new locations) is to open GIMP, then navigate to:

Edit → Preferences

From there, go to: Folders → Scripts

GIMP Preferences Scripts Folder

The list of folders that GIMP will search for scripts is shown (two in this example).

The .scm files can either be placed in one of the listed directories or a new directory location can be added for GIMP to look for scripts (a better approach).

Simple Installation

Using the ability shown above to add arbitrary, new folder locations to look for scripts, it's simple to get all of the scripts in this repository added to GIMP.

  1. (If you haven't already) get git and install it.

  2. Navigate to a good location to save these files. Git will want to clone repositories into a new directory under your current location, so I used my home folder (C:\Users\patrickd) here as an example (yours can be anywhere you want).

  3. Clone this repository (See 3a below if you don't have git): C:\Users\patrickd> git clone https://github.com/pixlsus/GIMP-Scripts.git

    git clone pixlsus GIMP-Scripts repository

    You'll now have the repo on your path: C:\Users\{USERNAME}\GIMP-Scripts\

    3a. You can download the repository contents as a .zip file as well.

    download as zip

    Then extract the contents to an appropriate folder for the step below.

  4. Following the above example of adding a new directory for GIMP to search for scripts, add this new cloned directory.

Voilà!

To update all of the scripts quickly and easily, simply navigate back into the directory and run git pull. This will download the latest versions of all the scripts for you.

About

Community managed scripts for the GNU Image Manipulation Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages