View Single Post
  #12  
Old 05-27-2026, 20:35
WhoCares's Avatar
WhoCares WhoCares is offline
who cares
 
Join Date: Jan 2002
Location: Here
Posts: 468
Rept. Given: 11
Rept. Rcvd 32 Times in 25 Posts
Thanks Given: 69
Thanks Rcvd at 247 Times in 94 Posts
WhoCares Reputation: 32
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 View Post
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).
__________________
AKA Solomon/blowfish.

Last edited by WhoCares; 05-28-2026 at 20:27.
Reply With Quote
The Following User Says Thank You to WhoCares For This Useful Post:
tonyweb (05-31-2026)