01-29-2024, 05:27 AM
(01-28-2024, 12:13 PM)Ofnuts Wrote: Don't even need a script, just enter this in the Python console:
and strike [enter] twice. This will delete all images that you didn't create by user interaction, and leave the rest alone.Code:
for i in gimp.image_list(): gimp.delete(i)
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 (now i'll try to find a way to translate that in tinyscript which I really hate this language )
In all case thanks a lot Ofnuts, very much appreciated that line of code
Patrice