good idea to keep "image preloading" valid.
I have implemented random view with your approach.
https://github.com/z16166/SimpleImageViewer/releases/tag/v2.2.1
I will reconsider how to implement "Ken Burns effect".
It may be an image rendering effect, instead of a transition effect to switch to the next image.
Quote:
Originally Posted by wild
can't you: - Build a list of all file paths.
- Shuffle the list once.
- Iterate sequentially through the shuffled list.
- When exhausted, reshuffle again (optional).
|