FosterFramework / Foster

A small C# game framework
MIT License
450 stars 37 forks source link

Fixed QOI test, added QOI write #41

Closed MrBrixican closed 11 months ago

MrBrixican commented 11 months ago

QOI test seems to not work on my machine. Replaced with magic number test from qoi_decode.

Added QOI write functionality.

I'd be open to condense our write methods to:

Also not sure about casing when it comes to Png/PNG, Qoi/QOI. Went with only first letter capitalized to stay consistent with existing C# methods, but open to changes here.