Non compressing png writer is ok.
This commit is contained in:
parent
33369b1775
commit
e4f9393ee7
18 changed files with 196 additions and 23 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
T getByte(unsigned idx, unsigned jdx) const;
|
||||
|
||||
void setData(const std::vector<T>& data);
|
||||
|
||||
void setDataItem(std::size_t index, T);
|
||||
void setWidth(unsigned width);
|
||||
void setHeight(unsigned height);
|
||||
void setBitDepth(unsigned bitDepth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue