Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Batch export all opened images in GIMP at once V3.22343567
#8
(01-28-2024, 12:13 PM)Ofnuts Wrote: Don't even need a script, just enter this in the Python console:
Code:
for i in gimp.image_list(): gimp.delete(i)
and strike [enter] twice. This will delete all images that you didn't create by user interaction, and leave the rest alone.

I asked with a script because It's to eventually update that scm to clean all those images up before exporting all, for what happened to Krikor does not happen Big Grin (now i'll try to find a way to translate that in tinyscript which I really hate this language Angel )

In all case thanks a lot Ofnuts, very much appreciated that line of code Wink
Patrice
Reply


Messages In This Thread
RE: Batch export all opened images in GIMP at once V3.22343567 - by PixLab - 01-29-2024, 05:27 AM

Forum Jump: