Search found 1 match

by bfg9000
2013-02-26T04:44:32-07:00
Forum: Developers
Topic: Crop with specific aspect ratio (feature suggestion)
Replies: 5
Views: 17075

Crop with specific aspect ratio (feature suggestion)

Hi.
I miss a feature of cropping with a specific aspect ratio (or I've failed finding it in the docs)

It could work like this
convert in.png -gravity center -crop 4:3 out.png

and the result would be the file in.png is cropped to a ratio 4:3 (keeping as much as possible of the original file ...