This is a suite of revised and new resynthesizer plugins.
I have assumed maintenance of the Resynthesizer from the original author Paul Harrison.
This is version 1.0.
The source is now at github.com (a public repository like SourceForge). Search for user "bootchk", repository "resynthesizer." For more information, see the README and ChangeLog and NEWS files there (you don't have to download them.)
!!! The attached executables are Linux files. DO NOT download them for Windows. Also do NOT download the Python scripts for Windows (they won't work with the old resynthesizer.exe.) I have built the resynthesizer and tested on Windows, but have not finished an installer for Windows. If you are adept at building, download the source and build Windows executables yourselves.
A short summary of changes for users is:
- bugs are fixed
- alpha-agnostic: less hassle with alpha channels
- its bundled: most plugins that use the resynthesizer
For programmers:
- rewritten in C and Python, in Gimp style
- GNU build tool makefiles
- engine separated from the GUI control panel
| Attachment | Size |
|---|---|
| 67.32 KB |
Comments
Procedure 'plug-in-resynthesizer' not found
I'm using Linux Mint 10 Julia 64-bit and GIMP 2.6.10.
Filers > Map > Resynthesize does NOT appear!
(Filters > Enhance > Heal Selection does.)
I'm trying to use this version (1.0). I have not tried with any older version - so there shouldn't be file conflicts.
(Btw, I know there is a gimp-resynthesizer 0.16 available through the software channel, but I haven't installed that.)
Nothing new
Nothing new I can not advise on how:
it seems that for 64-bit only option is to compile from source (and this is just the first time is tough - but are good instructions Install and Readme: https://github.com/bootchk/resynthesizer )
Procedure 'plug-in-resynthesizer' not found
Thanks, MareroQ!
I compiled from source (and enabled execute permission for all files) and now both "heal selection" and "resynthesize" are available on GIMP. (Of course, I'm talking about resynthesizer and resynthesizer-gui - the python files are simple text.)
So: be aware, 64-bit people! =]
Can't find all of the files for compiling.
Hi,
I am using 64-bit Linux, and I can't find all of the files necessary for compiling this plug-in.
Could someone list each file needed for compiling, along with a link to each file?
Thanks!
github.com/bootchk/resynthesizer
I got the files from here:
https://github.com/bootchk/resynthesizer
(Click on the "Download" button.)
In the bottom of this page are the instructions.
The only missing files for me were:
glib-gettextize, got installing libglib2.0-dev;
gimp-2.0 and gimpui-2.0, got installing libgimp2.0-dev.
I hope this helps.
not compiling correctly for me
I followed your suggestion and compiled from the git source but the plug-in does not register within GIMP. It looks as though everything went fine when compiling and both resynthesizer and resynthesizer-gui are located in /usr/lib/gimp/2.0/plug-ins/ so I'm not too sure what's going awry here. The only thing that looks off is that there are no new python script files in the plug-ins directory.
Is there anything else that you did besides ./autoconfig.sh-->./configure-->make-->sudo make install to make the plugin work?
It helps! Please see reply
It helps! Please see reply in main part of thread.
May be a confusion The
May be a confusion
The scripts for resynthesizer posted on this site, including Heal Selection will NOT work with this last version of the plugin
BUT all the equivalent script are included in the plugin zip now.
Easy see the difference for Heal Selection:
heal selelection.scm is for the older version, replaced now by Heal selection.py
(note different extension )
But on Win you will need Python support to run any of the script now included in R, because are all python script
Really?
EDIT - sorry - looks like I made a mistake, and have the old and new both installed? I have a resynth.exe a resynthesizer.exe and a resyntyhesizer-gui.exe in my plugin folder now...
Plus, I can't get the python version to would as I expect it should. here is a sample of the two compared to each other:
EDIT: this was because I had an older version installed as well...works fine when I deleted that one
-Rob A>
This is my result using new version
It has performed very well in multiple cases of its use.
Didn't bootchk also revamp the scm version. I do not believe Rob is trying to discredit bootchk at all. It seems more like we have so many options with this plug-in that we need to start organizing what we have and keeping the two versions separated in some form or fashion.
Pages