Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image loop out of order #1229

Closed
smokedsalmonbagel opened this issue Apr 21, 2024 · 4 comments
Closed

Image loop out of order #1229

smokedsalmonbagel opened this issue Apr 21, 2024 · 4 comments

Comments

@smokedsalmonbagel
Copy link

Maybe I am missing something but when I click "Loop" on the left hand menu the images being played back seems to skip around quite a bit. It will play in order ben then go the other direction and speed up / slow down etc. The frame counter in the lower right shows the same, counting up, down etc.

@aaronwmorris
Copy link
Owner

When you first load the loop, if the images load slowly, they will appear to load out of order and skip around until all of the images are completely downloaded.

This is an unfortunate side effect of the browser. The display of the images is asynchronous from the download of the images. The javascript is telling the browser to show an image, the browser starts downloading the image, but the next image is shown before the first finished downloading, repeat for each image.

@smokedsalmonbagel
Copy link
Author

Ok, that's what I suspected. Also what is "Rock"? Sorry if I missed this in the wiki.

@aaronwmorris
Copy link
Owner

I did not have a better name for the setting, I actually got it from the NOAA site for their gifs, although they call it "Rocker".

Unchecked, the setting will loop the images from oldest to newest. With the "Rock" setting, it rocks the images from newest to oldest, then back to newest.

@mburge
Copy link

mburge commented Apr 26, 2024

And here I've been working on decoding ROCK as an acronym for months. Reverse Order of Capture K?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants