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:
Lovell Fuller
2024-03-06 20:49:45 +00:00
parent 3eeaee71c0
commit 0f77b18078
4 changed files with 16 additions and 16 deletions

View File

@@ -257,7 +257,7 @@ const Sharp = function (input, options) {
removeAlpha: false,
ensureAlpha: -1,
colourspace: 'srgb',
colourspaceInput: 'last',
colourspacePipeline: 'last',
composite: [],
// output
fileOut: '',