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?

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!

Romeo Ninov
  • 709
  • 7
  • 13