fixing random bugs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user