It is currently Sat Jun 22, 2024 9:53 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Problem with David's Batch Processor plugin
PostPosted: Wed Feb 02, 2022 11:32 am  (#1) 
Offline
New Member

Joined: Feb 02, 2022
Posts: 2
Hi - I just updated to GIMP 2.10.30 and now getting this when I select David's batch processor -

The procedure entry point _ZdaPv could not be located in the dynamic link library C:Program Files\GIMP 2\lib\2.0\plug-ins\dbp\dbp.exe

Can anyone help at all?


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Wed Feb 02, 2022 12:24 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Probably not. :(
For Gimp-2.10.30 two problems combined:
- changes to Glib (this can be fixed by recompiling dbp),
- outdated code needs updating but the author abandoned the plugin 9 years ago.
Therefore, the older build for Windows has also been removed from gimpscripts.net.


Attachments:
One of the numerous bugs in the code .jpg
One of the numerous bugs in the code .jpg [ 17.28 KiB | Viewed 3309 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Wed Feb 02, 2022 12:27 pm  (#3) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2435
That is a very old plugin ;) Try the attached, a 64 bit samj compiled file. Unzip, put dbp.exe (replace what you have) in your plugins folder C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins.
A quick test, resize - rotate - rename - change format. Got a warning but it worked.

Attachment:
dbp.jpg
dbp.jpg [ 99.21 KiB | Viewed 3305 times ]


A far better bet is the BIMP batch plugin from https://alessandrofrancesconi.it/projects/bimp/

Edit: This is probably the same as the 64 bit plugin removed from gimpscripts due to crashes. I really do recommend BIMP.


Attachments:
dbp-win-64bit.zip [61.63 KiB]
Downloaded 307 times

_________________
Image
Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Wed Feb 02, 2022 3:35 pm  (#4) 
Offline
New Member

Joined: Feb 02, 2022
Posts: 2
Thanks rich2005 that worked perfectly.
I'll check out the BIMP first chance I get.

As you are obviously very knowledgeable on these matters can I ask your opinion on the best software to fix and perhaps colorize old photos on windows10?

I had a 2 week trial of myheritage and the results were good but I didn't fancy the cost as it included things I didn't need like fam history. I looked at remini as someone said they were behind the myheritage and the price is a lot more reasonable.

Any opinions? Sorry if this change in subject is frowned upon - not sure on the rules.

MareroQ - thanks for your reply also.


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Wed Feb 02, 2022 3:49 pm  (#5) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2435
Quote:
...As you are obviously very knowledgeable on these matters can I ask your opinion on the best software to fix and perhaps colorize old photos on windows10?..


I would start a new thread, asking for advice. There are gimpchat members who are skilled in fixing old photos.
Include a typical 'old photo' if possible.

_________________
Image


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Wed Feb 02, 2022 11:26 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Who will remember that tomorrow? :hehe
Load image, click 1,2,3 and Gimp Crash. :gaah

Who will be "guilty": You? maybe me? or Samj? or maybe Gimp developers? :ninja


Attachments:
DBP Crash.png
DBP Crash.png [ 551.06 KiB | Viewed 3251 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sat Feb 12, 2022 10:14 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
I have a question about the BIMP plugin.

Is there a way to add a GIMP procedure to the manipulation set that doesn't show up in the procedure list?

Thanks.

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sat Feb 12, 2022 4:49 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
nixnine wrote:
I have a question about the BIMP plugin.

Is there a way to add a GIMP procedure to the manipulation set that doesn't show up in the procedure list?

Attachment:
bimp.png
bimp.png [ 58.11 KiB | Viewed 3102 times ]


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sat Feb 12, 2022 8:26 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
racer-x wrote:
nixnine wrote:
I have a question about the BIMP plugin.

Is there a way to add a GIMP procedure to the manipulation set that doesn't show up in the procedure list?

Attachment:
bimp.png


When I do that, that is when the procedure that I want to do does not show up in the procedure list.

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sat Feb 12, 2022 8:46 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
What procedure (function) would You like to perform?
Sometimes You need to write a mini plugin to get around a problem.

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sat Feb 12, 2022 8:47 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
MareroQ wrote:
What procedure (function) would You like to perform?
Sometimes You need to write a mini plugin to get around a problem.


BW-border-ENG-v2.scm

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sat Feb 12, 2022 9:10 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Submit the script and maybe I'll show you a different solution.
(BIMP has a few limitations - e.g. when the plug-in creates new layers, especially without merging them).

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sat Feb 12, 2022 9:16 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
Submit how?

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sun Feb 13, 2022 12:46 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Make a copy of the file, compress it (zip), and attach it to the next post.
We no longer use carrier pigeons. :roll:
Since some plugins have more than a dozen versions - I need to see the one You are using.

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sun Feb 13, 2022 4:34 am  (#15) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2435
BIMP has a whole list of restricted terms that can stop a script-fu or plugin working. Not everything that registers can be used without a modification/work-around.
However BW-border-ENG-v2.scm see: viewtopic.php?f=8&t=6164&start=20 is not one, it just registers in a strange way.

In BIMP and Other GIMP procedure search for start (that's right start) That gets the dialogue where you can enter the values previously determined. I have tried it in linux Gimp 2.10.22 / BIMP 2.6 looks like this. Seems to work but not very well, Rounded corners not working ?

Attachment:
01-bimp.jpg
01-bimp.jpg [ 167.79 KiB | Viewed 1487 times ]


A better alternative for borders (and lots of color tweaks) is the Gimp gmic plugin http://www.gmic.eu. You determine the effect, copy the parameters to clipboard and paste straight into BIMP. All-in-one screenshot, once you have the gmic parameter, you can close gmic.

Attachment:
02-bimp.jpg
02-bimp.jpg [ 186.09 KiB | Viewed 1487 times ]

_________________
Image


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sun Feb 13, 2022 8:49 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
Rich2005: Whoa, Dude!

That was it!

Don't know how you come up with that, but you awesome!

Thanks!

You mentioned GMIC. I used to love GMIC but I haven't been able to get that to work for me for some time. Any suggestions on that? I am using Gimp 2.10.28 flatpak on Linux Mint 20.2.

Thanks again!

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sun Feb 13, 2022 9:23 am  (#17) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2435
Quote:
You mentioned GMIC. I used to love GMIC but I haven't been able to get that to work for me for some time. Any suggestions on that? I am using Gimp 2.10.28 flatpak on Linux Mint 20.2.


You should probably update to Gimp 2.10.30 however for a flatpak
Open a terminal and 1) flatpak list to see what is installed.
Then, 2) flatpak install gimp which should give a listing of what is available
You should be using the 2-40 gmic (I think) type in the relevant number and follow the instructions.

Attachment:
flatpak.jpg
flatpak.jpg [ 250.51 KiB | Viewed 1461 times ]

_________________
Image


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Sun Feb 13, 2022 10:57 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
rich2005 wrote:
Quote:
You mentioned GMIC. I used to love GMIC but I haven't been able to get that to work for me for some time. Any suggestions on that? I am using Gimp 2.10.28 flatpak on Linux Mint 20.2.


You should probably update to Gimp 2.10.30 however for a flatpak
Open a terminal and 1) flatpak list to see what is installed.
Then, 2) flatpak install gimp which should give a listing of what is available
You should be using the 2-40 gmic (I think) type in the relevant number and follow the instructions.

Attachment:
flatpak.jpg


Well, I tried updating to 2.10.30 flatpak but it keeps telling me app.org.GIMP, branch stable is already installed. I did what you suggested concerning gmic but it tells me that it is already installed.

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Mon Feb 14, 2022 3:11 am  (#19) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
open a terminal and type
flatpak list

It'll produce a list of what is installed which you can post here, so we can help further

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: Problem with David's Batch Processor plugin
PostPosted: Mon Feb 14, 2022 7:27 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
Here are the results:


Attachment:
Screenshot from 2022-02-14 06-26-13.png
Screenshot from 2022-02-14 06-26-13.png [ 147.45 KiB | Viewed 1410 times ]

_________________
I refuse to be confused, but am often confused at this refusal.


Top
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts ofnut colormap-to-layer plugin + BATCH

0

No new posts So long, David.

1

No new posts Attachment(s) Thanks David and G'MIC - My latest collage

6

No new posts Attachment(s) David added Voronoi to the latest GMIC

27

No new posts Attachment(s) GEGL Starfield - Partially Inspired by David Wood's fireworks guide

16



* Login  



Powered by phpBB3 © phpBB Group