Hello,
I currently have my random images loop set to do the following:
- pick random image
- if random image does not have a specific tag or specific size, pick again.
Is there an easier (or faster) method of picking a random image based on tag that I am missing, such as filtering out the specific tag, then randomizing based on that? The photos I want to filter out are maybe about 5-10% of my entire collection so the loop may run for a while before it finishes, the way I have it set now.
Thanks for any input.
Comments