Skip to content

Commit 6c5fedb

Browse files
Add Don Denton to humans.txt
1 parent 55afd03 commit 6c5fedb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/humans.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,6 @@ GitHub: https://github.com/project0
299299

300300
Name: Pongsatorn Manusopit
301301
GitHub: https://github.com/ton11797
302+
303+
Name: Don Denton
304+
GitHub: https://github.com/happycollision

lib/composite.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,8 @@ function composite (images) {
137137
throw is.invalidParameterError('image to composite', 'object', image);
138138
}
139139
const inputOptions = this._inputOptionsFromObject(image);
140-
const descriptor = this._createInputDescriptor(image.input, inputOptions, { allowStream: false });
141-
console.log('inputOptions', inputOptions);
142-
console.log('descriptor', descriptor);
143140
const composite = {
144-
input: descriptor,
141+
input: this._createInputDescriptor(image.input, inputOptions, { allowStream: false }),
145142
blend: 'over',
146143
tile: false,
147144
left: 0,

0 commit comments

Comments
 (0)