Hi,
I want to add watermark my photos with my company name in text. I found this post offering a solution for Phonegap - http://www.raymondcamden.com/index.cf...
However, the code refers to some object called canvas. I looked at the source html for my page and couldn't find any canvas object where I have placed the image component.
I also think that instead of base64, I'll somehow have to use imageURI with these lines of code:
canvas.drawImage(img, 0, 0);
canvas.drawImage(watermark, canvasDom.width-watermark.width, canvasDom.height - watermark.height);
But I'm not sure how it's to be done exactly. Any help in appreciated.
Cheers,
Rahul.