ImageMagick Crop image keeping original position
I would like to cut the lion but keep the original image size and lion in place.
right now i'm only able to cut the lion and keep the original image size, but not it's position:
convert /tmp/stratton.png -crop 550x800+320+30 -background none -extent 1200x1920 /tmp/output.pngHow can i keep the lion in it's original position?
1 Answer
Solved by snibgo in ImageMagick official forums:
convert 1200px-Stratton_Oakmont_logo_svg.png -crop 550x800+320+30 -background Blue -layers Flatten x.png