Page 1 of 1

How to show the image dimensions in the BRU file list

PostPosted: Fri Apr 02, 2021 12:32 am
by Admin
To show the image dimensions in the BRU file list, set the content of the custom column to :

Code: Select all
<(#System.Image.HorizontalSize)> x <(#System.Image.VerticalSize)>


The content of the custom column can be set from the menu: Display Options > List > Set Content of Custom Column

Also make sure that the option Renaming Options > ID3 / Exif Data / File Properties > Extract Windows File Properties is enbled.

The symbol # before the property names System.Image.HorizontalSize and System.Image.VerticalSize converts the values to a number.