Decoding gif failure #1634
-
Hello. I want to use stbi decode gif. These is my code.
I find some gif files could be decoded successfully but some failed. I find ffmpeg could decodecd all gif file successfully andIt will not return directly in the case above. So is this a stbi bug? This is a test file which will be decoded failed by stbi |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I mean, it could be a bug in stbi, but more likely it's the encoder violating the spec. See for example #1222 (comment) |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your reply! |
Beta Was this translation helpful? Give feedback.
I mean, it could be a bug in stbi, but more likely it's the encoder violating the spec. See for example #1222 (comment)