HomeSort by relevance Sort by last modified time
    Searched refs:lossy_8bit (Results 1 - 3 of 3) sorted by null

  /external/zopfli/src/zopflipng/
zopflipng_lib.h 47 bool lossy_8bit; member in struct:ZopfliPNGOptions
zopflipng_lib.cc 32 , lossy_8bit(false)
375 if (inputstate.info_png.color.bitdepth == 16 && !png_options.lossy_8bit) {
zopflipng_bin.cc 84 "--lossy_8bit: convert 16-bit per channel image to 8-bit per"
124 " --lossy_8bit --lossy_transparent infile.png outfile.png\n");
187 } else if (name == "--lossy_8bit") {
188 png_options.lossy_8bit = true;

Completed in 8122 milliseconds