mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-18 11:12:10 +02:00
Use adaptive filter for full-color PNGs
This commit is contained in:
parent
e43cb2cb51
commit
fb330da045
@ -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
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user