I\'m using zoul\'s solution to export UIImage array as a movie. But my frames all turns out distorted. Here\'s the original image:
Here\'s a similar distor
I'v encountered this problem too, and I found the reason is the image's size is not the multiple of 16, you can change the size and have a try.