Expose levels metadata for multi-level images #2222

This commit is contained in:
Lovell Fuller
2020-06-04 20:29:02 +01:00
parent f8144dd89c
commit 760550ca0d
5 changed files with 26 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ struct MetadataBaton {
int loop;
std::vector<int> delay;
int pagePrimary;
std::vector<std::pair<int, int>> levels;
bool hasProfile;
bool hasAlpha;
int orientation;