Explorar o código

Use adaptive filter for full-color PNGs

DarthSim %!s(int64=2) %!d(string=hai) anos
pai
achega
fb330da045
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vips/vips.c

+ 1 - 1
vips/vips.c

@@ -647,7 +647,7 @@ vips_pngsave_go(VipsImage *in, void **buf, size_t *len, int interlace, int quant
   if (!quantize)
     return vips_pngsave_buffer(
       in, buf, len,
-      "filter", VIPS_FOREIGN_PNG_FILTER_NONE,
+      "filter", VIPS_FOREIGN_PNG_FILTER_ALL,
       "interlace", interlace,
       NULL
     );