Regift
Regift copied to clipboard
Easily convert a video to a GIF on iOS.
How do you display the gif in reverse? Im struggling with this. If anyone can help that would be awesome thanks!
When I am creating GIFs that are fairly large in size (1080 × 1440) and FPS (>= 15 FPS), I see the memory usage in Xcode for my device go...
I'm getting this error when using Regift. I think it's related to memory issues writing too large of a gif, but I'm wondering if anyone's seen or resolved this.
func wait() { let backgroundQueue = DispatchQueue(label: "background_queue", qos: .background) backgroundQueue.async { let _ = group.wait(timeout: DispatchTime.distantFuture) } }