Open Earnestly opened 3 years ago
Would it be possible for the image-info script to update the status bar when selecting images in thumbnail mode?
image-info
When recovering photographs it would have been useful to see the size or dimentions of the image in order to avoid the recovered thumbnails.
As an alternative I could use display -format '%w %h %d/%f\n' and filter based on those in a script before passing them onto sxiv.
display -format '%w %h %d/%f\n'
sxiv
Would it be possible for the
image-info
script to update the status bar when selecting images in thumbnail mode?When recovering photographs it would have been useful to see the size or dimentions of the image in order to avoid the recovered thumbnails.
As an alternative I could use
display -format '%w %h %d/%f\n'
and filter based on those in a script before passing them ontosxiv
.