justsoft / video_thumbnail

This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android.
MIT License
183 stars 242 forks source link

Fix memory leak ios #33

Closed jlavyan closed 4 years ago

jlavyan commented 4 years ago

Description:

Fix memory leak after convert CGImage to UIImage

Related issues:

32

justsoft commented 4 years ago

Thanks for your contribution