PDA

View Full Version : How to write WaterMark on Image



gunturrohith
24th December 2015, 11:03
Hi,

I want to write my name as an watermark on the specific image that i want, i am trying to do so by using the QImageWriter class.
But i was not able to succed, is the QImageWriter is a perfect class todo so if not please suggest.

Thanks in advance,
Rohith.G

yeye_olive
24th December 2015, 11:29
What have you tried with QImageWriter?

Do you want the name to be rendered on the image itself, or to be embedded in the metadata?

gunturrohith
24th December 2015, 11:40
I want to show the name on the Image that's all i want..!

anda_skoa
24th December 2015, 12:29
Use QPainter on the image.

Cheers.
_

yeye_olive
24th December 2015, 13:22
Come on, you asked almost the same question (http://www.qtcentre.org/threads/63198-How-to-convert-QString-to-QImage) months ago, and received detailed answers. You could at least remember your own posts or search the forum before posting.