Resynthesizer in 2.10.0 - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Resynthesizer in 2.10.0 (/Thread-Resynthesizer-in-2-10-0) Pages:
1
2
|
Resynthesizer in 2.10.0 - Almightycobra99 - 04-30-2018 Hello, I just installed 2.10.0 and the Resynthesizer plugin I used before no longer works. It is one of the plugins I use the most, so I need to get a working version or an alternative. If you have any suggestions, that would be great. Thanks in advance RE: Resynthesizer in 2.10.0 - Espermaschine - 04-30-2018 It stopped working for me when i made the switch to 2.10, but that was because i had the 32bit version installed. What you need instead is the 64bit version, then it works. Download can be found here: https://www.gimp-forum.net/Thread-Resynthesizer-heal-selection-plugins-for-Windows Bonus: nice article on resynthesizer, here: http://templatetoaster.com/tutorials/gimp-resynthesizer-plugin/ RE: Resynthesizer in 2.10.0 - rich2005 - 04-30-2018 Same link as before but a bit extra info. You can get a 64 bit version here: http://www.mediafire.com/file/gwc928wmwti30g3/resynth_win_32_64.zip Use the 64 bit version. Edit: An alternative 64 bit version here, use it in preference to mediafire: https://www.gimp-forum.net/Thread-Resynthisizer-Heal-Selection-Runtime-Error?pid=12687#pid12687 The python plugins in the zip should really be updated, they still work because Gimp 2.10 is in compatibility mode. If you want the corrected-for-Gimp 2.10 see: https://github.com/bootchk/resynthesizer/tree/master/PluginScripts The files go in C:\Users\your-name\AppData\Roaming\GIMP\2.10\plug-ins as screenshot: https://i.imgur.com/hfHw3tR.jpg RE: Resynthesizer in 2.10.0 - Espermaschine - 04-30-2018 (04-30-2018, 02:30 PM)rich2005 Wrote: If you want the corrected-for-Gimp 2.10 see: https://github.com/bootchk/resynthesizer/tree/master/PluginScripts when i download these files and put them into my plugins folder, i get none of the filters in 'Enhance'. RE: Resynthesizer in 2.10.0 - Almightycobra99 - 04-30-2018 Thanks Espermaschine and rich2005, it works now RE: Resynthesizer in 2.10.0 - rich2005 - 04-30-2018 (04-30-2018, 02:52 PM)Espermaschine Wrote:(04-30-2018, 02:30 PM)rich2005 Wrote: If you want the corrected-for-Gimp 2.10 see: https://github.com/bootchk/resynthesizer/tree/master/PluginScripts That is strange. The ones that are 4 months old have the deprecated procedures fixed. Nothing else the registration still says 'enhance' The old versions still work RE: Resynthesizer in 2.10.0 - Espermaschine - 04-30-2018 (04-30-2018, 02:59 PM)rich2005 Wrote: That is strange. The ones that are 4 months old have the deprecated procedures fixed. Nothing else the registration still says 'enhance' Maybe i did it wrong. Why is there no download for resynthesizer and resynthesizer-gui ? RE: Resynthesizer in 2.10.0 - rich2005 - 04-30-2018 (04-30-2018, 03:03 PM)Espermaschine Wrote:(04-30-2018, 02:59 PM)rich2005 Wrote: That is strange. The ones that are 4 months old have the deprecated procedures fixed. Nothing else the registration still says 'enhance' I have no idea. I compile my own for linux - the interface has some extra features. The windows versions in the zip are about as up-to-date as you get (5 years old?) I think I pinched them from one of the Partha builds RE: Resynthesizer in 2.10.0 - Ritergeek - 10-07-2018 This is all Geek to me. I downloaded the zip and extracted the files. I found eight .py files plus the 64 folder with resynthesizer.exe and resynthesizer-gui.exe. When I tried executing gui.exe file, I got the message "The code execution cannot proceed because libgimp-2.0-0dl was not found. Reinstalling the program may fix this problem." Should that exe file go in the GIMP folder? Should I just put the py files in the app folder and let it go at that RE: Resynthesizer in 2.10.0 - rich2005 - 10-07-2018 There is no Gimp 3 at the moment, that is a spam trap for non-gimp users so assuming you are actually using Gimp 2.10 Quote:..Should that exe file go in the GIMP folder? Should I just put the py files in the app folder and let it go at that 1. You cannot run Gimp plugins from outside of the Gimp menu system. That causes the "...cannot proceed because libgimp-2.0-0.dll was not found" message 2. Plugins something.exe something.dll something.py go in your Gimp 2.10 profile C:\Users\your-name\AppData\Roaming\GIMP\2.10\plug-ins Appdata is a hidden folder, if you do not know how to find it see: https://support.microsoft.com/en-us/help/4028316/windows-view-hidden-files-and-folders-in-windows-10 You probably do not need all the python .py plugins , just copy over the ones you need plugin-heal-selection.py maybe plugin-heal-transparency.py plus the two files resynthesizer.exe resynthesizer-gui.exe You should find the 'heal' entries in Filters -> Enhance and resynthesizer in Filters -> Map depending what you want to do. |