Is it possible to get more than 2 images to rotate for comparison?
Ideally you would have a film-strip at the top/bottom/side of the screen. Tap once, the current image replaces the hidden image (which goes away) and the new image replaces the current image (so you're now comparing the image you tapped with the image you had on-screen when you switched). This would work with all methods of comparing.
There could be an option to make a montage of all the images, and compare the montage against each individual image. I did this with imagemagick earlier, but ability to do it on the fly without having to make a bunch of lossless tiled images would help (using imagemagick CLI on Android isn't ideal). This seems more niche, but it also seems like the UI would be more effort than the logic for this.
I was going to ask the same. It would be nice to select several images of the same scene and then see them side by side, and select which is better in each pair, then identify which is preferred over all others.
Is it possible to get more than 2 images to rotate for comparison?
Ideally you would have a film-strip at the top/bottom/side of the screen. Tap once, the current image replaces the hidden image (which goes away) and the new image replaces the current image (so you're now comparing the image you tapped with the image you had on-screen when you switched). This would work with all methods of comparing.
There could be an option to make a montage of all the images, and compare the montage against each individual image. I did this with imagemagick earlier, but ability to do it on the fly without having to make a bunch of lossless tiled images would help (using imagemagick CLI on Android isn't ideal). This seems more niche, but it also seems like the UI would be more effort than the logic for this.