mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Rename internal property name to better reflect use
This property is used for the processing pipeline colourspace rather than the input colourspace, so the name was confusing.
This commit is contained in:
@@ -257,7 +257,7 @@ const Sharp = function (input, options) {
|
||||
removeAlpha: false,
|
||||
ensureAlpha: -1,
|
||||
colourspace: 'srgb',
|
||||
colourspaceInput: 'last',
|
||||
colourspacePipeline: 'last',
|
||||
composite: [],
|
||||
// output
|
||||
fileOut: '',
|
||||
|
||||
Reference in New Issue
Block a user