Crop image keeping original position
Posted: 2019-09-30T10:56:19-07:00
Hi!!
Having
https://upload.wikimedia.org/wikipedia/ ... go.svg.png
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 lion's position:
Having
https://upload.wikimedia.org/wikipedia/ ... go.svg.png
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 lion's position:
Code: Select all
convert /tmp/stratton.png -crop 550x800+320+30 -background none -extent 1200x1920 /tmp/output.png