浏览代码

Lossy WebP: Enable sharp RGB to YUV conversion

DeeJayLSP 2 年之前
父节点
当前提交
31ca736536
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/webp/webp_common.cpp

+ 1 - 0
modules/webp/webp_common.cpp

@@ -84,6 +84,7 @@ Vector<uint8_t> _webp_packer(const Ref<Image> &p_image, float p_quality, bool p_
 	}
 	config.method = compression_method;
 	config.quality = p_quality;
+	config.use_sharp_yuv = 1;
 	pic.use_argb = 1;
 	pic.width = s.width;
 	pic.height = s.height;