Ensure correct channel info for raw, greyscale output #1425

This commit is contained in:
Lovell Fuller
2018-11-19 20:00:30 +00:00
parent 1e9093d781
commit 6f9699f605
3 changed files with 5 additions and 0 deletions

View File

@@ -1388,6 +1388,7 @@ describe('Input/output', function () {
assert.strictEqual('raw', info.format);
assert.strictEqual(32, info.width);
assert.strictEqual(24, info.height);
assert.strictEqual(1, info.channels);
done();
});
});