alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
1.99k stars 210 forks source link

Gif into data and vice versa for disk caching #159

Closed iZeDeveloper closed 2 years ago

iZeDeveloper commented 2 years ago

Is it possible to save gif into data and then load from disk cache ?

alexiscreuzot commented 2 years ago

Yes, there is a convenience initializer where you can pass your local data. init(gifData...