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

  /external/zopfli/src/zopflipng/
zopflipng_lib.h 45 bool lossy_transparent; member in struct:ZopfliPNGOptions
zopflipng_lib.cc 31 : lossy_transparent(false)
383 // If lossy_transparent, remove RGB information from pixels with alpha=0
384 if (png_options.lossy_transparent && !bit16) {
zopflipng_bin.cc 82 "--lossy_transparent: remove colors behind alpha channel 0. No visual"
124 " --lossy_8bit --lossy_transparent infile.png outfile.png\n");
185 } else if (name == "--lossy_transparent") {
186 png_options.lossy_transparent = true;

Completed in 2825 milliseconds