Is it possible to Crop and Composite at the same time?
Posted: 2013-08-07T13:57:16-07:00
Hi!
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:
Unfortunately I always get this error message:
What can I do to achieve my goal?
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.