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 a814413 commit 5954826Copy full SHA for 5954826
src/jab/convertJabToXyz65.js
@@ -2,8 +2,6 @@ import { M1 as n, C1, C2, C3 } from '../hdr/transfer.js';
2
const p = 134.03437499999998; // = 1.7 * 2523 / Math.pow(2, 5);
3
const d0 = 1.6295499532821566e-11;
4
5
-const npow = (v, exp) => Math.sign(v) * Math.pow(Math.abs(v), exp);
6
-
7
/*
8
The encoding function is derived from Perceptual Quantizer.
9
*/
0 commit comments