Results 166 comments of Sean Barrett

Like, you summarized the existing code as ``` // big-endian to little-endian conversion ``` but I don't know why you think that's an accurate summary, when the accurate summary is...

Ok, so you don't understand the code you copy-pasted. There is no byte-swapping in the code. It does not convert big-endian to little-endian. It converts big-endian to whatever the natural...

No worries, I mostly just wanted to make sure I wasn't missing anything.

This was already merged in later updates.

I am unlikely to tackle this problem anytime soon. as variation support looks non-trivial. (But FWIW stb_truetype already supports the 'ttcf' table with "stbtt_GetFontOffsetForIndex()", and has some (possibly useless) support...

That's just the line it's allocated from, the leak is that it's never being freed. Are you not freeing the hashmap you're creating?

Serious question, which is better, "fixing" it or adding documentation "it's the client's job to make sure the colors lie in the correct colorspace", given that we can't actually fix...

Try the fix in https://github.com/nothings/stb/pull/683 ?

To be clear, once split, the animated gif library would be immediately deprecated, so somebody else can take it over.