Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tip to Save ALL open files at once?
#14
Scheme 
(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
but I got an error, it seems that script/scheme has hard time with "&" (AND?)
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 Big Grin
Patrice
Reply


Messages In This Thread
Tip to Save ALL open files at once? - by Ptityo74 - 08-04-2023, 08:22 PM
RE: Tip to Save ALL open files at once? - by PixLab - 08-06-2023, 05:27 AM

Forum Jump: