NSRare / NSGIF

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

Returns a unique file URL after making GIF #19

Closed bchessin closed 7 years ago

bchessin commented 7 years ago

I found that returning the same file URL every time is not as practical as having a unique path so with this pull request, it will create a unique name in which the Gif will be stored.

sebyddd commented 7 years ago

This should be useful. In your commit, there are 2 instances of temporaryFile strings, can you please remove one of them, so I can merge it?

Thanks!

bchessin commented 7 years ago

Whoops! Fixed it now! Glad to make a solid addition to this library, it surely helped me in my project.

sebyddd commented 7 years ago

The var names were a bit unfitting so I pushed the changes myself in 0b8e60cd834bc163319873737b7341ad653cfc88. Thanks for the help!