To add a Windows context menu item "Edit With GIMP", download RegEditWithGimp.reg
, edit the version number in the exe path to match your actual GIMP exe, and then double-click the reg file to install it into the registry.
Last active
August 28, 2024 05:34
-
-
Save bp2008/c6b55c88f69f0214985c8d2d5cff3d3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.10.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment