1

I want to add a watermark logo on the camera images that I capture from Samsung Galaxy S10. Does anyone know about any tool/app for this?

  • 2
    Do you want the app to Run in your phone or PC? Which version of Ubuntu are you running on your phone or PC? – user68186 Apr 15 '19 at 12:05
  • Hi Karishma, I suppose it would be better if you post this question in https://graphicdesign.stackexchange.com/ forum instead. – Santosa Sandy Apr 15 '19 at 12:47

1 Answers1

2

You can use command like this:

composite -gravity SouthEast watermark.png input.jpg output.jpg

where the work after -gravity define the position of your watermark

The command composite is part of ImageMagic package. And keep the original photos!