Open Chrislu30604 opened 4 years ago
QNanoPainter QNanoImage doesn't contain API to load image from data, just from image file or FBO. But NanoVG contains e.g. nvgCreateImageMem and nvgCreateImageRGBA so adding this into QNanoPainter would be possible, patches welcome! =)
I want to parse the image from the socket and render it on GUI by qnanopainter to improve the performance (QPainter is too slow). Is there anyway to do that ?