mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Add removeAlpha op, removes alpha channel if any #1248
This commit is contained in:
@@ -171,6 +171,7 @@ const Sharp = function (input, options) {
|
||||
booleanFileIn: '',
|
||||
joinChannelIn: [],
|
||||
extractChannel: -1,
|
||||
removeAlpha: false,
|
||||
colourspace: 'srgb',
|
||||
// overlay
|
||||
overlayGravity: 0,
|
||||
|
||||
Reference in New Issue
Block a user