using putText() diagonally?
Hello,
Is it possible using the putText() method to draw text on a picture diagonally?
If not, beside using addWeighted() to blend two pictures together (where one of them is a text placed diagonally), is there any other option?
I'm trying to place a text watermark on a picture, my problem is that right now i'm using addWeighted() to blend a text drawn diagonally on a white background. Even with alpha 0.9, the white background changes the original picture.
Any ideas?
Thanks,
Alex
you are abusing a computer-vision library for something you should do in photoshop or gimp.
@berak i'm trying to create this watermarked picture as part of a larger program. All I asked if it is possible. How is it I'm "abusing" ?