mirror of
https://github.com/lovell/sharp.git
synced 2025-07-26 01:32:27 +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
|
||||
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);
|
||||
}
|
||||
const inputOptions = this._inputOptionsFromObject(image);
|
||||
const descriptor = this._createInputDescriptor(image.input, inputOptions, { allowStream: false });
|
||||
console.log('inputOptions', inputOptions);
|
||||
console.log('descriptor', descriptor);
|
||||
const composite = {
|
||||
input: descriptor,
|
||||
input: this._createInputDescriptor(image.input, inputOptions, { allowStream: false }),
|
||||
blend: 'over',
|
||||
tile: false,
|
||||
left: 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user