Help with Filters (Or maybe other solution?)
Posted: Mon Dec 23, 2024 2:22 pm
Hey everyone! I'm trying to see if XnView has a way I can effectively manage my workflow, and I figured maybe you could help me come up with a good solution. My images are structured as follows:
My workflow so far is this:
I'm envisioning a filter maybe, where a condition is:
- Display image in subfolder if its filepath passes a regex match against any image in the current folder
...Or something else. Ideas?
Code: Select all
|- img_a.png
|- img_b.png
|- sub-images
|- img_a
|- img_a.variation_1.png
|- img_a.variation_2.png
|- img_b
|- img_b.variation_1.png
|- img_b.variation_2.png
- Go through the sample images in the top folder and score them using XnView's 1-5 system.
- Delete the images I don't like.
I'm envisioning a filter maybe, where a condition is:
- Display image in subfolder if its filepath passes a regex match against any image in the current folder
...Or something else. Ideas?