06-11-2024, 11:11 AM
Just a note about BIMP. The code does contain reserved words, such as save so you will not find file_save_dds in the BIMP PDB listing. A common workaround is put the command in a simple script/plugin wrapper and call that from BIMP (the GIMP other procedure option).
I tried always yesterday and while said simple (python) plugin works on its own, when used in BIMP it just outputs the input jpeg file. If you can write a script-fu scm then you stand more chance using the Gimp batch format.
see: https://www.gimp.org/tutorials/Basic_Batch
Probably easier, off the peg, is command line ImageMagick (IM)
An example here: https://imagemagick.org/discourse-server...hp?t=36440
You would need to wrap that command up in a Windows batch file. Worth asking on the IM forum https://github.com/ImageMagick/ImageMagick/discussions
I tried always yesterday and while said simple (python) plugin works on its own, when used in BIMP it just outputs the input jpeg file. If you can write a script-fu scm then you stand more chance using the Gimp batch format.
see: https://www.gimp.org/tutorials/Basic_Batch
Probably easier, off the peg, is command line ImageMagick (IM)
An example here: https://imagemagick.org/discourse-server...hp?t=36440
You would need to wrap that command up in a Windows batch file. Worth asking on the IM forum https://github.com/ImageMagick/ImageMagick/discussions