Implement max palette count

This commit is contained in:
ISSOtm
2022-07-02 17:04:17 +02:00
committed by Eldred Habert
parent d2f9cc7e8c
commit 943d631701
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ int main(int argc, char *argv[]) {
}
break;
case 'n':
options.nbPalettes = 0; // TODO
options.nbPalettes = parseNumber(arg, "Number of palettes", 8);
break;
case 'o':
options.output = musl_optarg;