Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Batch export all opened images in GIMP at once V3.22343567
#7
(01-28-2024, 04:19 AM)PixLab Wrote:
(01-27-2024, 08:13 AM)PixLab Wrote:
(01-23-2024, 09:32 PM)Ofnuts Wrote: These images are probably left-overs from  a script that creates temporary work images and forgot to delete them

Thanks Ofnuts, valuable infos, I would have never ever thought about that, thanks again.

Wow.. the Beautify plugins left a LOT of non visible images, like a LOT.... for each time you test a filter in this plugin  Angry



@Ofnuts I saw at the bottom of the dialog that those "hidden" images have the red X active, thus they can be deleted, does it means that with a script (python/tinyscript) they can be filtered out?

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.
Reply


Messages In This Thread
RE: Batch export all opened images in GIMP at once V3.22343567 - by Ofnuts - 01-28-2024, 12:13 PM

Forum Jump: