(08-05-2023, 08:42 PM)Ofnuts Wrote:(08-05-2023, 12:19 PM)rich2005 Wrote:(08-05-2023, 11:40 AM)PixLab Wrote: I have that script for a while now, there is a big caveat about it, you will got that window for every single image...
....snip...IMO it's useless, completely useless as it's a not a one click with auto numbering... (even though it has auto numbering)
What script is that ?
For Save-All-As you get one dialogue, yes you need to enter a destination / format / base name but that is all. After that close Gimp down without prompts.
I do not know why it should bring up the regular export dialogue you show.
Can be pretty handy when you don't want the defaults. In some of my scripts I use the RUN_INTERACTIVE & RUN_WITH_LAST_VALS so the script asks for the export parameters just for the first item.
You give me hope...
I did tried
Code:
(gimp-file-save RUN-INTERACTIVE & RUN-WITH-LAST-VALS
What could be the grammar in scheme for that?
But maybe I got a XY problem, my goal is to make this script to work to export as webp too, but the export quality of webp is 0 (zero) without changing the RUN-NONNTERACTIVE, thus webps are full of pixelated squares, while others format like jpg/png/etc are just fine.
Just out of the box, scheme looks to me like hieroglyph > I found python a lot more human readable
Patrice