【发布时间】:2018-01-08 10:26:37
【问题描述】:
我使用cobalt-release_11作为钴源代码,测试图像链接是https://2018-dot-qual-e.appspot.com/webp.html,我使用chrome打开图像链接,所有图像解码在我的电脑上都可以,但在Linux操作系统中,我输入命令 "./usr/bin/cobalt/cobalt --url="https://2018-dot-qual-e.appspot.com/webp.html" --allow_http --csp_mode=disable --ignore_certificate_errors", png、jpeg、有损图片解码成功,但是第三个无损webp解码失败,如下: enter image description here
并且我在DecodeVP8LData(),VP8LDecodeImage(),ProcessRows(),EmitRows()中添加了一些日志,没有任何错误,解码过程正常,但解码图像不正常。我找不到原因,你能帮帮我吗?非常感谢。
【问题讨论】:
标签: cobalt