QtWebEngine (6.7) load image fail。(.so file is build from source ,system is linux arm64 )
-
wrote on 12 Sept 2024, 02:57 last edited by pop.jon 9 Dec 2024, 03:08
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)
it 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 -
wrote on 12 Sept 2024, 11:28 last edited by
it's ok ,configure add " -qt-libjpeg -qt-libpng " parameters
-
2/2