mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
USAGE: overlayWith('overlayimage.png', { cutout: true } )
This commit is contained in:
committed by
Lovell Fuller
parent
f1ead06645
commit
2e9cd83ed2
@@ -34,6 +34,7 @@ struct PipelineBaton {
|
||||
size_t overlayBufferInLength;
|
||||
int overlayGravity;
|
||||
bool overlayTile;
|
||||
bool overlayCutout;
|
||||
int topOffsetPre;
|
||||
int leftOffsetPre;
|
||||
int widthPre;
|
||||
@@ -99,6 +100,7 @@ struct PipelineBaton {
|
||||
overlayBufferInLength(0),
|
||||
overlayGravity(0),
|
||||
overlayTile(false),
|
||||
overlayCutout(false),
|
||||
topOffsetPre(-1),
|
||||
topOffsetPost(-1),
|
||||
channels(0),
|
||||
|
||||
Reference in New Issue
Block a user