Support for GIFs

So corona doesn’t support gifs.

Its a pretty popular and universal file type.

Also I hate using sprites for simple animations lol

Can we get support for this?

GIFs only support a 255 colour palette, offer no translucency, (pixels are fully opaque or fully transparent only), and tend to result in huge file types. There only original upside was animation support, which we can replicate with spritesheets.

Perhaps adding gif support to Corona is an easy task, in which case whatever, it might as well be in there, but I can’t see this ever being worth prioritising over others. It just doesn’t seem like something we should be using in 2019?

Agreed it does has its limitations but its a basic thing which corona should have implemented. I don’t know how hard it would be to implement but should have been added by now.

You have the ability to use GIF’s through a plugin the Marketplace. https://marketplace.coronalabs.com/corona-plugins/impack

You can also find the memory bitmap plugin, write your own GIF loader, turn the various GIF images in to individual frames on a single texture, then you should be able to build a sprite sheet from it to plan the animation.

Rob

ty robby

GIFs only support a 255 colour palette, offer no translucency, (pixels are fully opaque or fully transparent only), and tend to result in huge file types. There only original upside was animation support, which we can replicate with spritesheets.

Perhaps adding gif support to Corona is an easy task, in which case whatever, it might as well be in there, but I can’t see this ever being worth prioritising over others. It just doesn’t seem like something we should be using in 2019?

Agreed it does has its limitations but its a basic thing which corona should have implemented. I don’t know how hard it would be to implement but should have been added by now.

You have the ability to use GIF’s through a plugin the Marketplace. https://marketplace.coronalabs.com/corona-plugins/impack

You can also find the memory bitmap plugin, write your own GIF loader, turn the various GIF images in to individual frames on a single texture, then you should be able to build a sprite sheet from it to plan the animation.

Rob

ty robby