
답변1
기본 디렉터리에 김프 2.8이 설치되어 있다고 가정하면 레지스트리 스크립트를 통해 이 작업을 수행할 수 있습니다.만든 사람 David L.
시스템 이미지 형식에 'GIMP로 편집' 옵션을 추가하려면, 다음을 파일로 저장 .reg
하고 실행하세요.
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\""