Add Don Denton to humans.txt

This commit is contained in:
Don Denton 2024-07-13 15:37:11 -04:00
parent 378885a985
commit 011fc37349
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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,