Add level constructor opt for multi-level input #2222

This commit is contained in:
Lovell Fuller
2020-06-06 16:10:56 +01:00
parent 98e0516ac1
commit 7f142bddb3
7 changed files with 65 additions and 29 deletions

View File

@@ -57,6 +57,7 @@ namespace sharp {
int rawHeight;
int pages;
int page;
int level;
int createChannels;
int createWidth;
int createHeight;
@@ -75,6 +76,7 @@ namespace sharp {
rawHeight(0),
pages(1),
page(0),
level(0),
createChannels(0),
createWidth(0),
createHeight(0),