06-12-2022, 04:10 PM
(06-12-2022, 12:50 PM)rich2005 Wrote:No. But I'm willing to learn something new to me.Quote:Is there anyway to run batch process on GIMP alone, without plugin, such as BIMP, G'MIC etc ?
Of course it is possible.
You have already referenced https://www.gimp.org/tutorials/Basic_Batch/ more that once. That is using script-fu to create a script. An alternative is you to create a python plugin and this method comes originally from an Ofnuts post. https://ntcore.com/?p=509
The bottom line. Can you write either script-fu or python ?
You can't ? then use BIMP and G'mic
I would forget python because unable to run it on Ubuntu 20.04
Whether following documents suffice for me learning script-fu?
Chapter 11. Scripting the GIMP
http://uneex.ru/static/GimpDoc_EnRu/en/g...pting.html
In particular;
2.6. Image-Dependent Scripts
https://docs.gimp.org/2.10/en/image-inde...pt-fu.html
Re
GIMP Batch Mode
https://www.gimp.org/tutorials/Basic_Batch/
and
Batch image manipulation using Python and GIMP
https://ntcore.com/?p=509
Also I'm prepared to learn. Does it need python?
If for example on GIMP
Colors -> Auto > White Balance
and then
Colors -> Linear Invert
What is GIMP Batch Mode ?
$ gimp ....
Thanks
Regards