NSRare / NSGIF

🔮 iOS Library for converting videos to animated GIFs.
MIT License
923 stars 190 forks source link

Play generated gif in reverse #18

Closed boshd closed 7 years ago

boshd commented 7 years ago

How can I play the gif in reverse?

sebyddd commented 7 years ago

One way you can achieve this is by looping through the frames from the end of the video and adding them to the context.

This is beyond the scope of the library, but I would love to hear if that worked for you.