You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an edge-case that currently is handled differently by various decoders. At a first glance it looks like this decoder may not be spec-conformant. The spec is not clearly worded in this case, but I have decided to interpret it in a particular way now. Sorry about that!
Please see the original issue here phoboslab/qoi#258 for the details.
The text was updated successfully, but these errors were encountered:
Hi, this shouldn't be hard to fix. Just add the starting pixel color to the index array.
I have a a question for @phoboslab though:
Does the spec allow the encoder to start with a run operation? You mentioned you never do that in the reference encoder, but other encoder implementations may do.
@aldanor If that's an acceptable solution, I can open a PR in the coming days. Also, I have a few specific questions about the implementation of the encoder / decoder. How can I reach out?
There's an edge-case that currently is handled differently by various decoders. At a first glance it looks like this decoder may not be spec-conformant. The spec is not clearly worded in this case, but I have decided to interpret it in a particular way now. Sorry about that!
Please see the original issue here phoboslab/qoi#258 for the details.
The text was updated successfully, but these errors were encountered: