Small png cleaning.
This commit is contained in:
parent
86bc0d89f6
commit
59cc910d58
6 changed files with 83 additions and 74 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue