I am trying to place a small logo on my image by compositing and at the same time, cropping the background image at the top.
My command:
Code: Select all
convert background.jpg logo.png -crop 1024x624+0+54 -gravity South-East -gamma 1.2 -sampling-factor 1x1 -composite result.jpg
Code: Select all
convert: geometry does not contain image `logo.png' @ warning/transform.c/CropImage/666.