How to watermark images on the command line
By Greg | 2008.07.01
The command: composite
The key options:
- -dissolve <0-100>
- -gravity <north|south|east|west|northwest|northeast|southwest|southeast>
Full command:
composite -dissolve 80 -gravity southeast watermark.png orig-image.jpg new-image.jpg more details
Full text blog feed