killin a nasty workaround

This commit is contained in:
2019-09-25 16:48:34 +02:00
parent 54269cc007
commit f11bf3aa71
2 changed files with 3 additions and 5 deletions

View File

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