I have installed the gimp resynthesizer plugging and extracted it under the plug-ins folder but heal selection tool does not show under filters>enhance. How do i fix this? I'm using gimp 2.10 and installed with snap package.
Asked
Active
Viewed 905 times
-1
-
Probably 2.10, not 2.1. – ChanganAuto May 09 '21 at 21:11
1 Answers
0
The resynthesizer plugin requires Python V2 support (the core component is called from two Python scripts). But since Ubuntu 20.04 the Python support is not include in he distributed Gimp because Python v2 is deprecated.
In addition it is not clear that the external resynthesize
module can access libraries in the SNAP.
IMHO your best solution is to use the Gimp distributed as a flatpak by the Gimp project which:
- is more up-to-date than Ubuntu snaps
- comes with its built-in Python v2 support
- and has are companion flatpaks for popular plugins (resynthesize and GMIC among others).

xenoid
- 5,504
-
-
Please consider marking the answer as accepted, then (check mark near the upvote/downvote buttons) – xenoid May 11 '21 at 12:36