mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 06:36:17 +01:00
USAGE: overlayWith('overlayimage.png', { cutout: true } )
This commit is contained in:
committed by
Lovell Fuller
parent
f1ead06645
commit
2e9cd83ed2
@@ -14,6 +14,11 @@ namespace sharp {
|
||||
*/
|
||||
VImage Composite(VImage src, VImage dst, const int gravity);
|
||||
|
||||
/*
|
||||
Cutout src over dst with given gravity.
|
||||
*/
|
||||
VImage Cutout(VImage src, VImage dst, const int gravity);
|
||||
|
||||
/*
|
||||
* Stretch luminance to cover full dynamic range.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user