mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 15:16:17 +01:00
Add support for OME-TIFF subIFDs #2557
This commit is contained in:
@@ -60,6 +60,7 @@ namespace sharp {
|
||||
int pages;
|
||||
int page;
|
||||
int level;
|
||||
int subifd;
|
||||
int createChannels;
|
||||
int createWidth;
|
||||
int createHeight;
|
||||
@@ -82,6 +83,7 @@ namespace sharp {
|
||||
pages(1),
|
||||
page(0),
|
||||
level(0),
|
||||
subifd(-1),
|
||||
createChannels(0),
|
||||
createWidth(0),
|
||||
createHeight(0),
|
||||
|
||||
Reference in New Issue
Block a user