Closed xeruf closed 2 years ago
I would like to have a way to pass a command for generating the title shown above each image, e.g. to include its size
The --title now allows a format string, so you could for instnace say --title="%f (%wx%h)" to also print the image dimensions. Since filenames can be long with the full path, %b is just showing the basename.
--title
--title="%f (%wx%h)"
%b
I would like to have a way to pass a command for generating the title shown above each image, e.g. to include its size