mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Allow ensureAlpha to set alpha transparency level #2634
This commit is contained in:
@@ -221,7 +221,7 @@ const Sharp = function (input, options) {
|
||||
joinChannelIn: [],
|
||||
extractChannel: -1,
|
||||
removeAlpha: false,
|
||||
ensureAlpha: false,
|
||||
ensureAlpha: -1,
|
||||
colourspace: 'srgb',
|
||||
composite: [],
|
||||
// output
|
||||
|
||||
Reference in New Issue
Block a user