PDA

View Full Version : How to get binary data from QPixmap?



Gokulnathvc
4th August 2011, 13:18
How to get binary data from QPixmap?

wysota
4th August 2011, 14:34
You need to convert it to QImage and then get QImage::bits()