The current algorithm for the image playback ensures that no two same images are displayed consecutively. This means that two similar images can still be displayed within the same cycle of images.
This algorithm should ensure that no image is ever duplicated in an album, i.e. if there are 6 images, an image should not repeat itself again until all the other images have been shown.
The current algorithm for the image playback ensures that no two same images are displayed consecutively. This means that two similar images can still be displayed within the same cycle of images.
This algorithm should ensure that no image is ever duplicated in an album, i.e. if there are 6 images, an image should not repeat itself again until all the other images have been shown.