Skip to content
Jonathan Scott edited this page Nov 11, 2019 · 1 revision

With lots of photos now in my collection I wanted to display some information about the photo in a label at the bottom of the image to provide some context.

I created an interface, ILabelDisplay with which I intend to support multiple implementations, selectable via the settings window.

The current implementation will take the path following a year directory, for example:

C:\Temp\Images\2019\November\Holiday\IMG_2020.jpg will return 2019\November\Holiday

If a directory corresponding to a year is not found, it will display the full path

Clone this wiki locally