Constructor
new ImageCollection(images)
Reprensent a collection of images
Parameters:
Name | Type | Description |
---|---|---|
images |
Array.<Buffer> |
Methods
asArray() → {Array.<SharpType>}
An array of sharp objects
Array.<SharpType>
async verticalJoin() → {Promise.<SharpType>}
Merge the images vertically
- The merged images
Promise.<SharpType>