| Attachment | Size |
|---|---|
| 4.06 KB |
A fix to the Filter>Enhance>Smart remove selection... script.
Release notes:
Fixed a bug where strange texture (e.g. sky from the top of the image) instead of surrounding texture was synthesized onto the selection, as reported at this website for the resynthesizer plug-in.
Changed the menu item to "Filter>Enhance>Heal selection..." from "Smart remove selection..." (New menu item name is shorter and more descriptive. It doesn't use the Heal tool, but the effect is nearly the same. Note the filename is the same, only the menu item name is changed, and it still requires the resynthesizer plug-in.)
Changed the pop-up help text.
Installation:
Copy file smart-remove.scm to the standard place for scripts. See Preferences>Folders>Scripts for the pathnames. In my case, using Linux Ubuntu, I removed the current version at /usr/share/gimp/2.0/scripts/smart-remove.scm and installed the new version at ~/.gimp-2.6/scripts/smart-remove.scm. (It seems strange that Gimp will not use a script from your home folder if there is also one of the same name in the standard installation folder, but it will for a plugin?)
Comments
resynthesized pattern
Rob I really need your great script (fill with resynthesized) I tried to get it at faat.pointclark.net/incoming/ but only found the coding and not a .scm file. I am not able to get it to run. do you have a .scm file some where ? I am on mac os btw
appreciate it.
the coding and the scm file
the coding and the scm file are the same thing
I try to explain better if you got to that "code" page with your browser ,IE, firefox oe whatever, you should see, in the browser adress field that the page is called..hem...whater.scm and not whatever.html
so save the page from the browser should save the scm
Even more simple instead then click on the Link, RIGHT click and chose the option "save target as"
In case you may see a option to save as txt...click On that option, that should expand the field were the option is displayed and show the correct one "save as ALL FILES"
this at least in Windows
resynthesized pattern fill
Thanks, was brain dead the other nite. So added resynth_pattern_fill.scm to my scripts file and all looks good but when I run it I get the error: wrong number of parameters expecting 13 only have 11 (as mentioned in other posts). I tired the fix by changing the two lines (plug-in-resynthesizer RUN-NONINTERACTIVE newImage newLayer 0 0 0 newLayer -1 -1 0 0.05) to (plug-in-resynthesizer RUN-NONINTERACTIVE newImage newLayer 0 0 0 newLayer -1 -1 0 0.05 30 200) but no luck Still get error expecting 13 parameters. Any thoughts?
Updated
I've updated the resynth pattern fill script here: http://ffaat.pointclark.net/incoming/scripts/resynth_pattern_fill.scm
It now checks for the number of parameters and provides teh correct amount. I have tested it with the 11 and 13 parameter versions. (BTW I added the 30 and 200 default values and this is working for me).
Try that and see if it works. If so, all the scripts that use resynthesizer could use the same check.
-Rob A>
Working good for me
Thanks for the update, Rob.
Fill with resynthesized pattern
Resynthisizer parameters.
windows versions of resynthesizer
More examples
screenshots
Pages