Animated GIF from sequence of images in vis mode
tmolteno opened this issue · 0 comments
tmolteno commented
Use https://yahoo.github.io/gifshot/ to animate a sequence of telescope images. Ideally the last N images would be accumulated by the browser and displayed in a move of the last N frames.
- A slider for selecting N
- Some way to store that last N Images (perhaps keeping a list of names as well as the images)
- Some way to view the current movie.
Another library could be https://github.com/antimatter15/jsgif (but I'm unsure of how mature it is).
And then there's https://github.com/thenickdude/webm-writer-js (Chrome only ATM)