Search found 2 matches

by CSharpCoder
2017-02-28T14:24:56-07:00
Forum: Users
Topic: Crop borders
Replies: 2
Views: 1606

Re: Crop borders

Solved it. Don't use crop.
extent was what I was looking for. Although you have to apply it to the center (-gravity center) and set the background as transparent (-background none)

Code: Select all

-background none -gravity center -extent 180x152
by CSharpCoder
2017-02-28T13:42:35-07:00
Forum: Users
Topic: Crop borders
Replies: 2
Views: 1606

Crop borders

How do I crop an image at its center, so that it gives the image a certain size while only cutting the borders away (no scaling)? OR how do I give it borders that gives the image a certain total size? The best I got right now is -crop 180x152 but it crops at the upper left corner, which is not what ...