Search found 2 matches
- 2016-11-20T03:03:58-07:00
- Forum: Users
- Topic: Crop geometry "center-north"
- Replies: 3
- Views: 5104
Re: Crop geometry "center-north"
Thank you. I will upgrade to ImageMagick 7.
- 2016-11-18T08:44:41-07:00
- Forum: Users
- Topic: Crop geometry "center-north"
- Replies: 3
- Views: 5104
Crop geometry "center-north"
Hi,
I would like to batch convert images with different oriantations and resolutions. I want to resize and crop them to a square images with the same resolution.
convert intput -resize "435x435^" -gravity center -crop 435x435+0+0 +repage output
I ran this code on the files, which gave me the ...
I would like to batch convert images with different oriantations and resolutions. I want to resize and crop them to a square images with the same resolution.
convert intput -resize "435x435^" -gravity center -crop 435x435+0+0 +repage output
I ran this code on the files, which gave me the ...