QtWebEngine (6.7) load image fail。(.so file is build from source ,system is linux arm64 )
Solved
QtWebEngine
-
the lib is build from 6.7.2 on debain 11 arm64。
it appear some problem about qtwebengine load image1:
image element load format png,jpeg is disappear,but webp format is ok 。
eg url: https://ts1.cn.mm.bing.net/th/id/R-C.f94b80cf220688efa7fb72435021aa1c?rik=j7YA5E3%2F33In1g&pid=ImgRaw&r=0
it looks like load successful ,but does't show2:
VM251:1 WebGL: OUT_OF_MEMORY: texImage2D: bad image datahV.texImage2D(hV.TEXTURE_2D, 0, hZ, hZ, hY, e)
webgl texImage2Dit appear when image(png,jpeg) size>500*500 ,also format webp image is ok
i try change some configure parameters ,but it does't work
while I install x.so lib from pip ,it's ok ,
so,i don't know what parameters should be set when i build from source -