Small png cleaning.

This commit is contained in:
James Grogan 2022-11-23 20:26:58 +00:00
parent 86bc0d89f6
commit 59cc910d58
6 changed files with 83 additions and 74 deletions

View file

@ -9,6 +9,7 @@
using Path = std::filesystem::path;
class BitStream;
class BufferBitStream;
class File;
class PngWriter
@ -27,6 +28,10 @@ private:
void writeSignature();
void writeHeader();
void writeDataChunks(const BufferBitStream& buffer);
void writeEndChunk();
//void writeIDatChunk();
Path mPath;