mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Composites an overlay image with alpha channel into the input image (which must have alpha channel) using ‘over’ alpha compositing blend mode. This API requires both images to have the same dimensions. References: - http://en.wikipedia.org/wiki/Alpha_compositing#Alpha_blending - https://github.com/jcupitt/ruby-vips/issues/28#issuecomment-9014826 See #97.
12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
{
|
|
"strict": true,
|
|
"node": true,
|
|
"maxparams": 4,
|
|
"maxcomplexity": 13,
|
|
"globals": {
|
|
"before": true,
|
|
"describe": true,
|
|
"it": true
|
|
}
|
|
}
|