BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 334 forks source link

Using GPUImage with GIF-image #17

Closed twox closed 5 years ago

twox commented 5 years ago

I want to ask you about using GPUImage with GIF-image. How can this may be done?

BradLarson commented 5 years ago

There isn't any native support for this. You'd need to somehow slice out the individual frames and run them through the framework in sequential order, but I haven't spent any time working with GIFs, just movies, camera sources, and still images.