Feature Request: Multiple possible images for 1 split
For some games, a cutscene one might split on may have a discrete number of variations (e.g. day and night). In these cases, it would be nice if AutoSplit could compare against multiple images at a time, and split if any of them were above the similarity threshold.
Because AutoSplit currently only cares about lexical order for deciding which images go with which splits, some way of linking images in file name would be needed, at least as a temporary solution. I suggest adding an "option" flag {o}, with flagged images being paired based on the first number in the filename, or something like that. E.g. 001a {o} Enter Area Day would be paired with 001b {o} Enter Area Night. Neither would be paired with 001c Leave Area because it isn't tagged {o}, or with 002a {o} Enter Dungeon 1 Day because it doesn't contain 001.
~~I think PR #50 's {n} (include next) flag does exactly that.~~ 2023 edit: That version is way too old and obsolete anyway. Let's consider a proper parallel split images system instead.