Closed liefyuan closed 3 years ago
After Baidu Google Stack Overflow did not find a way to use Qt5 to display a BMP picture.(在百度谷歌Stack Overflow之后都没有发现一个可以使用的办法使用Qt5来显示一张BMP图片)
The BMP picture of RGB888 is displayed well, my BMP format picture is RGB565, which is not easy to display
You can convert it programmatically to R8G8B8 format.
After Baidu Google Stack Overflow did not find a way to use Qt5 to display a BMP picture.(在百度谷歌Stack Overflow之后都没有发现一个可以使用的办法使用Qt5来显示一张BMP图片)