@jywarren We can add an option which enables sequencer to export the whole sequence as a gif, I think this makes sense since right now we do not have any way of exporting the complete sequence as a single file. What do you think, would this be useful?
GitMate.io thinks the contributors most likely able to help are @jywarren, and @ccpandhare.
Possibly related issues are https://github.com/publiclab/image-sequencer/issues/262 (Add Tests for getStep function), https://github.com/publiclab/image-sequencer/issues/120 (Add spinner GIF overlays in demo while output generates), https://github.com/publiclab/image-sequencer/issues/250 (Add step.toString() and sequencer.toString() methods), https://github.com/publiclab/image-sequencer/issues/126 (Move configuration options in demo from "add step" to each step's info area), and https://github.com/publiclab/image-sequencer/issues/303 (Disable/dim the Add step button until a module is selected).
GitMate.io thinks the contributors most likely able to help are @jywarren, and @ccpandhare.
Possibly related issues are https://github.com/publiclab/image-sequencer/issues/262 (Add Tests for getStep function), https://github.com/publiclab/image-sequencer/issues/120 (Add spinner GIF overlays in demo while output generates), https://github.com/publiclab/image-sequencer/issues/250 (Add step.toString() and sequencer.toString() methods), https://github.com/publiclab/image-sequencer/issues/126 (Move configuration options in demo from "add step" to each step's info area), and https://github.com/publiclab/image-sequencer/issues/303 (Disable/dim the Add step button until a module is selected).
Also I found this https://stackoverflow.com/questions/21507679/create-animated-gif-from-array-of-png-data
On making gifs from array of images in javascript
๐๐ฝ๐
On Thu, Sep 27, 2018, 9:22 PM Varun Gupta notifications@github.com wrote:
Also I found this
https://stackoverflow.com/questions/21507679/create-animated-gif-from-array-of-png-data
On making gifs from array of images in javascriptโ
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/image-sequencer/issues/344#issuecomment-425308944,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJxgI9tKpL2wWcIvsgdsRgj-rQiU9ks5ufZXOgaJpZM4W9yLN
.
can I solve this issue ?
Sure @rockstar777
We are looking to add another button alongside Save sequence which will allow user to download the sequence of images as a gif.
Thanks a lot!๐
hi,
For this, I'm using gifshot library.
So, I wanna ask you that is it ok to use library or have to do in pure css and js?
Thanks
@rockstar777 While it is always better to do things natively if possible, I think using a library here should be fine. Just make sure the library does not slow down the page. Thanks!
Ok so gifshot looks really promising!! GO ahead!๐
@tech4GT Please review PR