I wonder if someone can help me remove amount of edges of a image.
I have for example Jpg image that I want to "shave" and remove for example 10px from left and
15px from right. 10px from top and 25pc from bottom?
I have found the syntax but for "shave" but I can't find exactly what I want
Code: Select all
convert border.gif -shave 10x10 shave.gif
Best regards!