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
I add
#define BRUNSLI_EXPERIMENTAL_GROUPS 1
in c/tools/cbrunsli.cc
then try to compress a jpg, but a core dumped. The jpg picture is in the attachment.
c/enc/write_bits.cc:26 (~Storage) Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
it seems that DC part_size is not enough when components equal 1. serialize kBrunsliDCDataTag
size_t part_size = 128 * (128 + 16) * jpg.components.size(); part.resize(part_size);
Sorry, something went wrong.
Will take a look soon.
No branches or pull requests
I add
in c/tools/cbrunsli.cc
then try to compress a jpg, but a core dumped. The jpg picture is in the attachment.
The text was updated successfully, but these errors were encountered: