mirror of
https://github.com/lovell/sharp.git
synced 2025-12-18 23:05:04 +01:00
Improve performance and accuracy of multi-image composite #2286
This commit is contained in:
@@ -162,7 +162,6 @@ function composite (images) {
|
||||
throw is.invalidParameterError('premultiplied', 'boolean', image.premultiplied);
|
||||
}
|
||||
}
|
||||
|
||||
return composite;
|
||||
});
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user