11-20-2022, 01:27 AM
Hi!
I'm new to the forum and scripting, and have little GIMP experience.
I am working on my first python-fu script, which opens jpg files, changes them, and saves to new jpg files.
Is there a way to save a file with pdb.file_jpeg_save(), while overwriting the 'software' exif tag?
Even though I set the tag with pdb.gimp_image_set_metadata(), the resulting file has 'GIMP 2.10.32' as its value.
I'm running GIMP on Debian.
Thanks a lot!
I'm new to the forum and scripting, and have little GIMP experience.
I am working on my first python-fu script, which opens jpg files, changes them, and saves to new jpg files.
Is there a way to save a file with pdb.file_jpeg_save(), while overwriting the 'software' exif tag?
Even though I set the tag with pdb.gimp_image_set_metadata(), the resulting file has 'GIMP 2.10.32' as its value.
I'm running GIMP on Debian.
Thanks a lot!