Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mcychan authored Feb 28, 2025
1 parent 78308e2 commit 0983e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nQuantGpp/PnnLABGAQuantizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace PnnLABQuant
minRatio = (hasSemiTransparency || nMaxColors < 64) ? .0111 : .85;
maxRatio = min(1.0, nMaxColors / ((nMaxColors < 64) ? 400.0 : 50.0));
if (nMaxColors < 16)
maxRatio = .25;
maxRatio = .2;
_dp = maxRatio < .1 ? 10000 : 100;
}

Expand Down

0 comments on commit 0983e5c

Please sign in to comment.