I am trying to programmatically create GIF in iOS, using the following stack\'s question:
Create and and export an animated gif via iOS?
My code looks like this:
First of all, try debugging your app using Instruments. You probably will notice that the problem is caused by the method: Generatefromrgbimagewu
I have been wondering whether the cause was in my threads implementation, but it turns out, that once you have that kind of error, you should focus on resizing the Image.
Once the image had been resized, the code published above, will generate your own GIF.