ImageMagick Usage Examples

By Ercan S. - 13/04/2025 - 0 comments

You can download ImageMagick by using link below.

https://imagemagick.org/script/download.php

Adding Watermark to Photo

composite -gravity <<position>> <<watermark_file>> <<input_file>> <<output_file>>

Possible position values; SouthEast, SouthWest, NorthEast, NorthWest

Tags: imagemagick