Home | History | Annotate | Download | only in zopflipng

Lines Matching full:smaller

68          " previous run and not overwritten if its filesize is smaller.\n"
118 "Optimize a file and overwrite if smaller: zopflipng infile.png"
260 // Total output size, taking input size if the input file was smaller
262 // Total output size that zopfli produced, even if input was smaller, for
311 printf("Result is smaller\n");
316 ? "Original was smaller\n"
317 : "Preserving original PNG since it was smaller\n");
336 // Set output file to input since input was smaller.
345 // from a previous run. If that file is smaller, it may represent a
346 // previous run with different parameters that gave a smaller PNG image.
392 printf("Files smaller: %d\n", (int) total_files_smaller);