amin-ahmadi.com
How to Create an Empty QImage to Play Around With - Amin
You can create a QPixmap and convert it to QImage if you just want to have a QImage for modification and manipulation. Here, you can use the following code to achieve this:
Amin