T tamadon Active Member Licensed User Longtime User Sep 3, 2012 #1 Is there an easy way to add a text watermark on an image? I've searched the forum and found an image processing library here http://www.b4x.com/forum/additional...-updates/16230-rsimageprocessing-library.html But that's a bit over-killed for my need as I only need simple watermark effect.
Is there an easy way to add a text watermark on an image? I've searched the forum and found an image processing library here http://www.b4x.com/forum/additional...-updates/16230-rsimageprocessing-library.html But that's a bit over-killed for my need as I only need simple watermark effect.
Erel B4X founder Staff member Licensed User Longtime User Sep 3, 2012 #2 Load the image to an ImageView. Create a canvas, draw the text on the image and save it to a new file. Upvote 0
Load the image to an ImageView. Create a canvas, draw the text on the image and save it to a new file.
T tamadon Active Member Licensed User Longtime User Sep 3, 2012 #3 Thanks Erel, now I am going to revisit chapter 14 Graphics/Drawing in the Beginner's Guide Upvote 0