fixing random bugs

This commit is contained in:
2019-09-17 13:14:33 +02:00
parent 9f5d5e2763
commit d294102ca4
4 changed files with 5 additions and 4 deletions

View File

@@ -316,7 +316,7 @@ if (to_gray) {
if (verbosity) fprintf(stderr, "saving to '%s'\n", outfile);
if (upscaling) { /* nasty workaround */
cumul.count /= 4;
cumul.count /= 4; /* WTF ? */
}
foo = fimg_save_as_pnm(&cumul, outfile, 1);