Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 416 Bytes

UIImage-GIFFromMovie

UIImage category used to create GIF from movie assets

[UIImage AnimatedGIFFromMovieAsset:video timeIncrement:0.1 completion:^(UIImage *image, NSError *error) {
        //...Whatever you want to do with the image
}];

Using UIImage+animatedGIF for gif displaying.

Relative Post Here