mayoff / uiimage-from-animated-gif

A UIImage category that loads animated GIFs
Creative Commons Zero v1.0 Universal
877 stars 164 forks source link

Converting back to data? #17

Closed benjaminhallock closed 8 years ago

benjaminhallock commented 8 years ago

Finally got the gif off the pastboard and onto the screen. Problem is I can't get it off the textView and back into NSData. Using UIImagePNGRep... doesn't work. How can I convert the image back to data without saving it in a property?

mayoff commented 8 years ago

If you're looking for a way to write out a (small) animated GIF, read this answer: http://stackoverflow.com/a/14916097/77567

benjaminhallock commented 8 years ago

I just saved the data to a property, not the best solution if your pulling it off of a UITextView.