I'm trying to rename some image files using the Add(7) function. In the add box: "<(Dimensions)> ~" which I believe should add the image dimensions (e.g. 680 x 1024). The resulting filename has characters that don't show up in Explorer, but do show up on the command line.
e.g. the file "03.jpg" gets renamed thus instead of "680 x 1025 ~ 03.jpg. (see this image:https://imgur.com/pWI9ji7)
Note: This does NOT occur with other properties such as Date modified, Content type. But does happen for Dimensions, Horizontal resolution, and Vertical resolution.
Using Windows 10, BRU version 3.4.3.0 x64bit.
Using the tool exiftoolexehttps://exiftool.org/) does not have this issue. This is the command to rename a file by appending the image size to the original filename.
exiftool.exe "-filename<${imagesize}-%f.%e" 05.jpg