Toward first png.

This commit is contained in:
James Grogan 2022-11-24 17:43:31 +00:00
parent 8f97e9b7a1
commit 33369b1775
12 changed files with 190 additions and 102 deletions

View file

@ -66,6 +66,8 @@ bool DeflateEncoder::decode()
auto working_block = std::make_unique<DeflateBlock>(mInputStream, mOutputStream);
working_block->readHeader();
std::cout << working_block->getMetaData() << std::endl;
DeflateBlock* raw_block = working_block.get();
while(!raw_block->isFinalBlock())