瀏覽代碼

Use adaptive filter for full-color PNGs

DarthSim 2 年之前
父節點
當前提交
fb330da045
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     );