We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b26b33 commit 2b81538Copy full SHA for 2b81538
1 file changed
nQuantCpp/DblGNGQuantizer.cpp
@@ -710,7 +710,7 @@ namespace GrowingNeuralGas
710
711
if (mDivn < .04 && PG < 1 && PG >= coeffs[0][1] && nMaxColors >= 64)
712
enforcedDither = false;
713
- if (mDivn > .003 && nMaxColors <= 32)
+ if (mDivn > .0029 && nMaxColors <= 32)
714
715
716
if ((nMaxColors < 32 && mDivn > .015 && mDivn < .032) || (nMaxColors >= 32 && nMaxColors < 64 && mDivn > .03 && mDivn < .06))
0 commit comments