Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,588
» Latest member: Shraunjkn
» Forum threads: 7,461
» Forum posts: 40,763
Full Statistics
|
|
|
Resynthesizer/Python revisited |
Posted by: rickk - 11-25-2021, 08:24 PM - Forum: Extending the GIMP
- Replies (2)
|
 |
Using Gimp 2.10.22 on knoppix 9.1
Reference our prior discussion pertaining to plug-in compatibility with python 2 vs python 3 that is included with various linux distributions.
Recently figured out what I had been doing wrong all along trying to get the Synaptic package manager working. Great resource for the direct links to the repositories.
So, trying to make up for past deficiencies, I located a Python 2.10.8-2 which is specifically billed as being "python support for gimp"
Installed it, and how have a Python-Fu menu item in my Gimp >Filters menu. Then placed the plugin-heal-selection.py, plugin-heal-transparency.py, resynthesizer, and resynthesizer_gui items in my /.config/GIMP/2.10/plug-ins subdirectory.
Relaunched gimp, and behold the menu items heal selection and heal transparency showed up in my Filters>Enhance menu.
But Resynthesizer did not show up in my Filters>Map menu. I recall there being something about having to make the two Resynthesizer items "executable". WHICH I BELIEVE all that entails is to go to Properties>Permissions>Execute and verify that the list box states "Anyone".
Is that correct? Or have I been missing something more that is required?
Because when I try to use either heal selection or heal transparency in gimp, I get the following errors.
Heal Selection
![[Image: fPQgu9z.png]](https://i.imgur.com/fPQgu9z.png)
Heal Transparency
![[Image: 5wDwSte.png]](https://i.imgur.com/5wDwSte.png)
And in both instances I additionally get the following "procedure not found" error message:
![[Image: dagcD7o.png]](https://i.imgur.com/dagcD7o.png)
So, that has me wondering......does the retro "Python for Gimp" addition that I made appear to be the right one? is there a better?
Have I properly done what is required to make the Resynthesizer modules executable?
Have I muffed up something else?
As always, your time and thoughts are appreciated
|
|
|
Batch Image Processing (layer manupulation) |
Posted by: izwan - 11-23-2021, 01:02 PM - Forum: Scripting questions
- Replies (1)
|
 |
Hi,
I'm kind of new using batch processing. I have about 300 pages of scanned old manuscript. Its yellowish and stained.
Normally I will clean it up by:
1. Duplicate the layer
2. Change the top layer mode to "grain merge"
3. Merge down the layer.
4. Repeat the steps until I got a much cleaner page.
5. Touch up using brush.
I was wondering if there is a scrip or command that I can use to to step 1 to step 3 on batch file. I mean, cleaning up old manuscript for family safekeeping is really hard work. If there is a batch processing that I can run and sit back. I still need to touch up here and there of course, but this will take at least 75% work load if I can automate it.
Thank you
|
|
|
|