qnanopainter
qnanopainter copied to clipboard
How to generate QNanoImage from the binary data (from socket)
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 ?
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! =)