Hello,
For testing of my app I need to create several watermarks with given size, text, text color.
I have gimp 2.8 under ubuntu 18 ( but I am not very good with gimp ).
Are there some tools in ubuntu 18 for this or maybe online?
Thanks!
Hello,
For testing of my app I need to create several watermarks with given size, text, text color.
I have gimp 2.8 under ubuntu 18 ( but I am not very good with gimp ).
Are there some tools in ubuntu 18 for this or maybe online?
Thanks!
Start learning Gimp.
This is what you need to know:
You probably could install Imagemagick and that is a command line program. You can draw text over the image in different positions and with different options.
magick base_image -fill rgba(255,20,100,0.1) -pointsize 40 -gravity center -annotate +0+0 "Annotate" output_image
I used for a long period the Amadine (it has so many tools, cheap and unterstandable).