mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Allow separate parameters for gamma encoding and decoding (#1439)
This commit is contained in:
@@ -136,6 +136,7 @@ const Sharp = function (input, options) {
|
||||
thresholdGrayscale: true,
|
||||
trimThreshold: 0,
|
||||
gamma: 0,
|
||||
gammaOut: 0,
|
||||
greyscale: false,
|
||||
normalise: 0,
|
||||
booleanBufferIn: null,
|
||||
|
||||
Reference in New Issue
Block a user