mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 23:26:15 +01:00
Add premultiplied boolean flag for raw pixel data input (#2685)
This commit is contained in:
@@ -57,6 +57,7 @@ namespace sharp {
|
||||
int rawChannels;
|
||||
int rawWidth;
|
||||
int rawHeight;
|
||||
bool rawPremultiplied;
|
||||
int pages;
|
||||
int page;
|
||||
int level;
|
||||
@@ -80,6 +81,7 @@ namespace sharp {
|
||||
rawChannels(0),
|
||||
rawWidth(0),
|
||||
rawHeight(0),
|
||||
rawPremultiplied(false),
|
||||
pages(1),
|
||||
page(0),
|
||||
level(0),
|
||||
|
||||
Reference in New Issue
Block a user