Problem is that to put new value inside image description i have to always go trough Configure programs menu to change actual command line, which is very slow.
Code: Select all
-overwrite_original -progress -ImageDescription="Hello World!"Would be so much faster if you allow to specify variable trough popup box.
Code: Select all
-overwrite_original -progress -ImageDescription="{%input_box}"For instance you enter New Years Eve 2022, so following command will exectue
Code: Select all
-overwrite_original -progress -ImageDescription="New Years Eve 2022"Another use case could be to query certain EXIF tag from image
Code: Select all
-{%input_box} -KCode: Select all
-ImageWidth -K