I need to use this software, XnView portable, like a database so that I can pull images up based on keywords or tags.
So I might list keywords for one image as flower, yellow, rose, summer, 2014, Derbyshire, Angela, Dad, holiday etc and other images similarly.
Then having catalogued all the important photos I might run
Code: Select all
SELECT WHERE ??? LIKE holiday AND LIKE summer AND LIKE Angela;
Many thanks
Scriptham