"Open With" input box to type the value.
Posted: Sun Oct 01, 2023 10:27 am
For use with ExifTool for instance i want to tag series of images with EXIF ImageDescription tag, i select images then right click Open With > select line that i use to populate image description tag with ExifTool.
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.
Would be so much faster if you allow to specify variable trough popup box.
Then when running command XnView MP shows input box where i type description of the image and it will populate the value of input box instead of {%input_box} and execute command.
For instance you enter New Years Eve 2022, so following command will exectue
Another use case could be to query certain EXIF tag from image
After you enter ImageWidth to text box, following command will execute.
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} -K
Code: Select all
-ImageWidth -K