Skip to content

Commit

Permalink
Add Don Denton to humans.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
happycollision committed Jul 13, 2024
1 parent 55afd03 commit 6c5fedb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,6 @@ GitHub: https://github.com/project0

Name: Pongsatorn Manusopit
GitHub: https://github.com/ton11797

Name: Don Denton
GitHub: https://github.com/happycollision
5 changes: 1 addition & 4 deletions lib/composite.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6c5fedb

Please sign in to comment.