We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This was originally reported for libsixel which embeds a copy of libstb, see saitoha/libsixel#126
The patch applied by the libsixel developer is: saitoha/libsixel@bab1e60
The text was updated successfully, but these errors were encountered:
That fix (specifically the if (v >= 0 && v < 256) return (0);) looks incorrect to me.
if (v >= 0 && v < 256) return (0);
Sorry, something went wrong.
Actually this was already fixed as part of bfaccab which is part of the released version 2.26.
No branches or pull requests
This was originally reported for libsixel which embeds a copy of libstb, see saitoha/libsixel#126
The patch applied by the libsixel developer is:
saitoha/libsixel@bab1e60
The text was updated successfully, but these errors were encountered: