Continue png writing.

This commit is contained in:
James Grogan 2022-11-24 16:15:41 +00:00
parent 5400a232dd
commit 8f97e9b7a1
29 changed files with 714 additions and 302 deletions

View file

@ -22,6 +22,11 @@ public:
}
unsigned getBytesPerScanline() const
{
return mImage->getBytesPerRow();
}
private:
Image<unsigned char>* mImage{nullptr};
};