Continue png writing.
This commit is contained in:
parent
5400a232dd
commit
8f97e9b7a1
29 changed files with 714 additions and 302 deletions
|
@ -22,6 +22,11 @@ public:
|
|||
|
||||
}
|
||||
|
||||
unsigned getBytesPerScanline() const
|
||||
{
|
||||
return mImage->getBytesPerRow();
|
||||
}
|
||||
|
||||
private:
|
||||
Image<unsigned char>* mImage{nullptr};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue