stil / gif-endec

PHP GIF encoder and decoder
63 stars 16 forks source link

How create gif from frames? #14

Open goodwin74 opened 4 years ago

goodwin74 commented 4 years ago

how to create gif from frames, if frames are in base64 format?

new FileStream(base64img) not working :(

goodwin74 commented 4 years ago

It would be nice to make an example of creating gif from frames in Readme gif-endec! ;)