Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juniorcesarabreu/c21bdee4759c02feedd083f84c6a7f2b to your computer and use it in GitHub Desktop.
Save juniorcesarabreu/c21bdee4759c02feedd083f84c6a7f2b to your computer and use it in GitHub Desktop.

Assuming you have GIMP 2.8 installed to the default directory, you can do this via a registry script created by David L. To add the 'Edit with GIMP' option to system image types, save the following as a .reg file and run it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with GIMP]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with GIMP\command]
@="\"C:\\Program Files\\GIMP 2\\bin\\gimp-2.8.exe\" \"%1\""

Font

@Zamiell
Copy link

Zamiell commented Sep 23, 2018

Note that the latest version of GIMP is 2.10, so gimp-2.8.exe above will have to be modified to gimp-2.10.exe. (Otherwise, Windows 10 will just have an annoying popup that makes you manually choose GIMP from a list.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment