commit 69094f06da287fb3472e9f4aa4b2dc40f8a27fea
parent 465aa6d4cc5638ddb4843ebdc571935732ea61e2
Author: breadcat <peter@minskio.co.uk>
Date: Sat, 25 Jul 2020 14:29:10 +0100
New post
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/content/posts/gimp-resynthesizer-plugin-install-windows.md b/content/posts/gimp-resynthesizer-plugin-install-windows.md
@@ -0,0 +1,12 @@
+---
+title: "Installing Resynthesizer for GIMP on Windows"
+date: 2020-07-25T02:43:00
+tags: ["Guides", "Snippets", "Software", "Windows"]
+---
+I had an image that I wanted to remove a section from in a content aware manor, much like what is available in Photoshop. For such a simple edit, I opted to use [GIMP](https://www.gimp.org/) instead of pirating photoshop, but the plugin required manually installing.
+
+Windows binary can be grabbed from [this archived registry repo](https://github.com/pixlsus/registry.gimp.org_static/raw/master/registry.gimp.org/files/Resynthesizer_v1.0-i686.zip), once downloaded you want to extract the contents of the `Resynthesizer_v1.0-i686\` directory inside the archive into your `%appdata%\GIMP\2.10\plug-ins` directory.
+
+You'll likely want to restart GIMP for these additional files to take effect.
+
+Once restarted, you can load your image and make your desired selection. To use the plugin, browse to `Filters > Enhance > Heal Selection...`