mirror of
https://github.com/lovell/sharp.git
synced 2025-07-27 10:02:26 +02:00
Add Don Denton to humans.txt
This commit is contained in:
parent
378885a985
commit
011fc37349
@ -308,3 +308,6 @@ GitHub: https://github.com/sumitd2
|
|||||||
|
|
||||||
Name: Caleb Meredith
|
Name: Caleb Meredith
|
||||||
GitHub: https://github.com/calebmer
|
GitHub: https://github.com/calebmer
|
||||||
|
|
||||||
|
Name: Don Denton
|
||||||
|
GitHub: https://github.com/happycollision
|
||||||
|
@ -137,11 +137,8 @@ function composite (images) {
|
|||||||
throw is.invalidParameterError('image to composite', 'object', image);
|
throw is.invalidParameterError('image to composite', 'object', image);
|
||||||
}
|
}
|
||||||
const inputOptions = this._inputOptionsFromObject(image);
|
const inputOptions = this._inputOptionsFromObject(image);
|
||||||
const descriptor = this._createInputDescriptor(image.input, inputOptions, { allowStream: false });
|
|
||||||
console.log('inputOptions', inputOptions);
|
|
||||||
console.log('descriptor', descriptor);
|
|
||||||
const composite = {
|
const composite = {
|
||||||
input: descriptor,
|
input: this._createInputDescriptor(image.input, inputOptions, { allowStream: false }),
|
||||||
blend: 'over',
|
blend: 'over',
|
||||||
tile: false,
|
tile: false,
|
||||||
left: 0,
|
left: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user