Quote Originally Posted by yagabey View Post
picture.loadFromData(bytes); // bytes are filled here
On the contrary, you load data from bytes into picture. You can access image data using QImage::bits().

What format do you need to send that image in?