FosterFramework / Foster

A small C# game framework
MIT License
435 stars 38 forks source link

QOI format support #25

Closed MrBrixican closed 11 months ago

MrBrixican commented 11 months ago

The Quite OK Image Format is pretty nifty from a content pipeline perspective (even GameMaker uses it internally), and with such a complete reference c implementation it should be trivial to implement. Ideally it should attempt to intercept before/after stb_load_from_memory().

NoelFB commented 11 months ago

I think this is a good idea. I actually thought stb_image already had QOI support, but I see they're opting not to add more image formats anymore. I'm down to add this! I'll take a look soon.

NoelFB commented 11 months ago

Alright, got this in with 859503e!