Changing size of image
Hi. I want to load .bmp file to QImage, add some pixels and change QImage’s size. QImage is part o a class, eg.:
- #include <QGraphicsView>
- #include <QImage>
- {
- Q_OBJECT
- public:
- QImage image;
- };
How to change QImage size?
4 replies
Doesn’t work.
Did you observe that scaled returns the scaled QImage?
It is not listed in the in-place section [developer.qt.nokia.com]
And how to load another QImage to QImage?
Did you try ?:
You must log in to post a reply. Not a member yet? Register here!


