Gifu icon indicating copy to clipboard operation
Gifu copied to clipboard

Support other image formats

Open kean opened this issue 3 years ago • 1 comments

I suggest adding an option to extend the framework to add other image decoders, e.g. WebP, APNG. Most of the display logic can be presumably reused across the formats.

There were attempts to extend FLAnimatedImage to support additional formats, but none of them got merged. I don't know if there exists a framework that does these things without also bundling a massive image loading and caching library with it.

kean avatar Jun 22 '21 12:06 kean

Core Image supports GIF natively. That's the display logic. Gifu just makes it play nice with Swift.

eliburke avatar Jun 22 '21 18:06 eliburke