Our data centre has just upgraded ImageMagick to:
Version: ImageMagick 7.0.1-2 Q16 x86_64 2016-05-06
I've been using the following command successfully in version 6:
Code: Select all
composite -gravity SouthEast watermark.png wizard.jpg wizard.jpg
However in version 7 instead of creating the watermarked image it's outputting:
wizard-0.jpg (which is the watermark.png converted to jpg)
wizard-1.jpg (which is a copy of wizard.jpg)
Has the command changed?