mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 08:47:31 +00:00
fix
This commit is contained in:
@@ -7,7 +7,7 @@ using namespace butteraugli;
|
|||||||
|
|
||||||
#define GAMMA 2.2
|
#define GAMMA 2.2
|
||||||
|
|
||||||
static double SrgbToLinear[256];
|
static float SrgbToLinear[256];
|
||||||
|
|
||||||
inline void gammaLookupTable() {
|
inline void gammaLookupTable() {
|
||||||
SrgbToLinear[0] = 0;
|
SrgbToLinear[0] = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user