NSRare / NSGIF

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

Create GIF From UIImage array #12

Closed itsjc closed 8 years ago

itsjc commented 8 years ago

Any advice on how this could be done? Thanks for your help

sebyddd commented 8 years ago

The target of the library is to turn videos into GIFs, but you can easily manage to get an images array to work. I advise you to use the createGIFforTimePoints method to generate the GIF from your array.

Best, Sebastian

itsjc commented 8 years ago

Can I pay you to make the switch?

sebyddd commented 8 years ago

@itsjc, you can email me and we could discuss this custom task.

jacobokoenig commented 8 years ago

Hi, can I use this on macOS? If so, how could I make a GIF from an array of stored images?