求大神,QImage要转为QPixmap 怎样转
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了求大神,QImage要转为QPixmap 怎样转相关的知识,希望对你有一定的参考价值。
参考技术A 试试这个 QPixmap QPixmap::fromImage(const QImage & image, Qt::ImageConversionFlags flags = Qt::AutoColor) [static]以上是关于求大神,QImage要转为QPixmap 怎样转的主要内容,如果未能解决你的问题,请参考以下文章
QT Q Image QPixmap ·QBitmap 三者区别
将 NSImage 加载到 QPixmap 或 QImage 中
QT 三大绘图类:QPixmap/QImage/QPicture