I'm trying to create a button command that will flip selected images horizontally / vertically.
Lister in thumbnail view + Viewer Pane on the side.
So far I got this and it works:
@nodeselect
Image FLIP=h HERE REPLACE QUALITY=100 PRESERVEDATE'
However I noticed that after a button operation the image thumbnail in the Lister is flipped but the preview image in the Viewer Pane does not update/refresh automatically with it.
What code do I have to add to the command to do that while keeping the selected files selected after the button press?
Thank you. I tried that a bit earlier but that unfortunately refreshes the Lister and deselects the previously selected thumbnails. Is there a way to combat this and only refresh the Viewer Pane preview?