We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd337e4 commit 8607ff2Copy full SHA for 8607ff2
test/unit/extractChannel.js
@@ -82,7 +82,6 @@ describe('Image channel extraction', function () {
82
const output = fixtures.path('output.extract-alpha-2-channel.png');
83
sharp(fixtures.inputPngWithGreyAlpha)
84
.extractChannel('alpha')
85
- .toColourspace('b-w')
86
.toFile(output, function (err, info) {
87
if (err) throw err;
88
assert.strictEqual(1, info.channels);
0 commit comments