Skip to content

Commit 2b81538

Browse files
authored
Add files via upload
1 parent 9b26b33 commit 2b81538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nQuantCpp/DblGNGQuantizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ namespace GrowingNeuralGas
710710

711711
if (mDivn < .04 && PG < 1 && PG >= coeffs[0][1] && nMaxColors >= 64)
712712
enforcedDither = false;
713-
if (mDivn > .003 && nMaxColors <= 32)
713+
if (mDivn > .0029 && nMaxColors <= 32)
714714
enforcedDither = false;
715715

716716
if ((nMaxColors < 32 && mDivn > .015 && mDivn < .032) || (nMaxColors >= 32 && nMaxColors < 64 && mDivn > .03 && mDivn < .06))

0 commit comments

Comments
 (0)