-
Notifications
You must be signed in to change notification settings - Fork 164
Install for Windows
b9chris edited this page May 10, 2024
·
9 revisions
Here's a step by step to install on Windows without building from source.*
- Open Gimp and go to Edit > Preferences.
- Scroll down in left pane and click the almost impossible to click dot/+ sign next to Folders, to expand the Folders section.
- Click Plug-ins
- Click the one that starts C:\Users...
- Click the second icon at top-right whose tooltip is "Show file location in the file manager".
- Close Gimp.
Download the latest release, the zip file version - on the project main page look for Releases at right.
- In the zip file find the PluginScripts folder
- Copy all the .py files from this to your plugins folder
- You can throw away the zip file now, we don't need anything else in the downloaded zip file.
- Visit https://www.gimp-forum.net/Thread-Resynthisizer-Heal-Selection-Runtime-Error?pid=12687#pid12687
- At the bottom of the discussion are some zip files to download, download the first of the 3.
- Open it
- Copy the 2 .exe files (resynthesizer.exe and resynthesizer-gui.exe) to that same plugins folder of yours.
- Done! You can delete this zip file too.
Heal selection... is now in the Enhance section of the Filters menu.
*To use Resynthesizer in Gimp on Windows, you'll need to either:
Build the code from source - not on the table for most users who don't have a C++ compiler and a thorough knowledge of building C++ code projects.
- or -
Get copies of the .exe files, which are not included in the release files here.
Building from source just is not realistic for most users, thus the steps published here.