Hi,
I want to have reflection of QImage so that image looks like having mirrored image at bottom merged in ground. How to achieve this
Regards
Manish
Hi,
I want to have reflection of QImage so that image looks like having mirrored image at bottom merged in ground. How to achieve this
Regards
Manish
Well, create a QPixmap, create a QPainter on it and draw the image, draw it again using QImage::mirrored() and finally "play" with QPainter::CompositionMode to get the fade out effect on the bottom.
Thanks Lykurg.
It is achieved using your advice.
Thanks
Manish
6:30 Question
6:36 Answer/Advice
6:50 Success
Wow, we are a really fast board!![]()
Bookmarks