https://github.com/mattpopovich/gimp-resynthesizer-for-mac-on-arm
How to install GIMP's Resynthesizer plug-in on a Mac with an ARM (Apple Silicon) processor
https://github.com/mattpopovich/gimp-resynthesizer-for-mac-on-arm
arm arm64 gimp gimp-plugin gimp-plugins macos macosx resynthesizer
Last synced: about 1 month ago
JSON representation
How to install GIMP's Resynthesizer plug-in on a Mac with an ARM (Apple Silicon) processor
- Host: GitHub
- URL: https://github.com/mattpopovich/gimp-resynthesizer-for-mac-on-arm
- Owner: mattpopovich
- Created: 2025-03-10T07:32:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-10T08:28:21.000Z (about 1 month ago)
- Last Synced: 2025-03-10T08:32:38.242Z (about 1 month ago)
- Topics: arm, arm64, gimp, gimp-plugin, gimp-plugins, macos, macosx, resynthesizer
- Language: Python
- Homepage: https://mattpopovich.com/
- Size: 7.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GIMP's Resynthesizer Plugin for Mac on ARM (Apple Silicon)
[bootchk](https://github.com/bootchk)'s [resynthesizer plugin](https://github.com/bootchk/resynthesizer) is not terribly easy to install and use on a Mac. This repo hopes to make it easier.Special thanks to:
- [aferrero2707](https://github.com/aferrero2707) for the original Mac port: [`gimp-plugins-collection`](https://github.com/aferrero2707/gimp-plugins-collection)
- pietvo, the maintainer of [MacPorts](https://ports.macports.org/)' [`gimp-resynthesizer`](https://ports.macports.org/port/gimp-resynthesizer/).
- [wuguipeng](https://github.com/wuguipeng)'s [`gimp-resynthesizer-mac-arm64`](https://github.com/wuguipeng/gimp-resynthesizer-mac-arm64) for the inspiration## Install GIMP
The resynthesizer plug-in is for GIMP, so you won't be able to use it... without installing GIMP. Download GIMP's installer [here](https://www.gimp.org/downloads/).## Install the Resynthesizer Plugin with Pre-Built Libraries (easiest)
Copy the following files:
- `resynthesizerLibraries` folder
- All the python files (`*.py`)
- `resynthesizer`
- `resynthesizer_gui`From this repo to `/Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins`.
Relaunch GIMP and you should see the plugin under *Filters* --> *Enhance* --> *Heal selection...*.
Note that these files are compiled for macOS computers running ARM (Apple Silicon = M1, M2, etc.) processors. They will not work on macOS computers with Intel processors or any Windows or Linux machines.
## How I Created This Repo
See [RepoCreation.md](/RepoCreation.md) for more detail on how the files in this repository were created.## Building (and installing) the Resynthesizer Plugin via MacPorts (more difficult)
You can also install the resynthesizer plugin via MacPorts if you would like to build from source. It will take a little bit longer + could be more difficult (to build) and require some more hard drive space (libraries) but this is a perfectly valid solution as well. See [BuildingResynthesizerViaMacPorts.md](/BuildingResynthesizerViaMacPorts.md) for more information on the difficulties I had and their solutions.