Switch to full style
Post Text Based Step by Step Tutorials Here
Post a reply

Re: Resynthesizer/Heal Selection for "Content Aware Fill" in GIMP

Tue Aug 28, 2012 1:26 pm

To complicate things, there are two versions of the old plugin and scripts. The newer old plugin and scripts needed 2 more parameters passed to it. than the old old one did.

Re: Resynthesizer/Heal Selection for "Content Aware Fill" in GIMP

Tue Aug 28, 2012 3:13 pm

patdavid wrote:
PhotoComix wrote:And to be honest, this is kind of a bummer when trying to track down which version of Resynthesizer + scripts to install for the average user. It's not really clear which way to go from the registry...

What would be nice would be a package maintainer for GIMP plugins/scripts (like apt/yum built into GIMP directly). A GIMP "App Store" if you will. I wonder how hard it would be to put something together?


I solved as Salomon i have both (luckily Samj recompiled the old version to run alongside the newer with no conflict ) and i even installed both in my customized Gimp builds (see new board)

But if i am sure that will work in Windows i am less sure for other OS

Chose only and install only one seams more complex and less rewarding

Both version support a "Heal selection " script but not the same (that for the newer version is in python )

Re: Resynthesizer/Heal Selection for "Content Aware Fill" in GIMP

Wed Aug 29, 2012 5:37 am

charlie34 wrote:Lylejk mentioned an old and a new version of the Heal Selection plugin. How can I tell which one I have, and is there a link where I can download both the old and new scripts? (I'm assuming that it's only a difference in individual scripts and not the Resynthesizer plugin/executable itself).
Thanks
(added) Gimp 2.8.2 Portable, Windows 7 64bit


@charlie34

It is as patdavid said, the registry.gimp.org site has pages of comments and old links. Also git is not much use unless you want to do your own compiling.

On another forum the same question came up (but for win7 32 bit) and I found the 0.16 + python plugins produced very strange results. I did find the the v1.0 from samj worked fine.
Win7 64 bit, you will have to do your own try-out but compiled versions are here:
http://samjcreations.blogspot.co.uk/201 ... -gimp.html
look a bit further than half-way down the page for this section.

Resynthesizer
http://www.aljacom.com/~gimp/bootchk-re ... 64bits.zip
9295371 octets

Ancien Resynthesizer compatible avec la nouvelle version.
http://www.aljacom.com/~gimp/resynthesi ... 64bits.zip
2313573 octets

Ancien Resynthesizer.
http://www.aljacom.com/~gimp/Resynthesi ... 0-i686.zip
9265550 octets

Just had a look in the bootchk zip and I would pop the 2 .exe files + whatever python scripts you want in your plugins folder (wherever that is in a portable version).

Re: Resynthesizer/Heal Selection for "Content Aware Fill" in GIMP

Wed Aug 29, 2012 2:54 pm

patdavid wrote:I'm sorry, I wasn't clear in my response - I guess I meant scripts other than the packaged ones (enlarge, heal trans, fill pattern, sharpen, etc) that bootchk had bundled up. :)


Two I've written are:

resynthesize along a path: viewtopic.php?f=9&t=3716#p46302
resynthesize pattern fill (direct link): http://www.silent9.com/incoming/scripts ... n_fill.scm

-Rob A>

Re: Resynthesizer/Heal Selection for "Content Aware Fill" in GIMP

Wed Aug 29, 2012 3:15 pm

I put this on another forum, a bit off topic here so appologies

Resynth along path used to work on my installation Gimp 2.6.12 but now

In Gimp 2.8.0 (both PCLOS linux and WinXP) I get this error

Resynth along Path Message
Error while executing script-fu-resynth-path:
Error: (<unknown> : 143982218)
Procedure execution of gimp-edit-stroke-vectors failed on invalid input arguments:
Item 'Unnamed' (3) cannot be used because it is attached to another image

Its a really useful script, hope you can help.

Re: Resynthesizer/Heal Selection for "Content Aware Fill" in GIMP

Mon Oct 08, 2012 1:12 pm

rich2005 wrote:I put this on another forum, a bit off topic here so appologies

Resynth along path used to work on my installation Gimp 2.6.12 but now

In Gimp 2.8.0 (both PCLOS linux and WinXP) I get this error

Resynth along Path Message
Error while executing script-fu-resynth-path:
Error: (<unknown> : 143982218)
Procedure execution of gimp-edit-stroke-vectors failed on invalid input arguments:
Item 'Unnamed' (3) cannot be used because it is attached to another image

Its a really useful script, hope you can help.


Just a note that I've updated the script to work with 2.8 It should also still work with 2.6

http://www.silent9.com/incoming/scripts/resynth_along_path.scm

-Rob A>
Post a reply