Work on dynamic huffman coding.

This commit is contained in:
James Grogan 2022-11-28 18:05:39 +00:00
parent 7f5009fb5e
commit a6e31c8d39
16 changed files with 456 additions and 95 deletions

View file

@ -85,6 +85,10 @@ public:
{
image_stream->writeByte(*byte);
}
else
{
//std::cout << "Got filter type " << static_cast<int>(working_filter_type) << std::endl;
}
}
count++;
}