Search found 4 matches
- 2018-11-19T01:51:34-07:00
- Forum: Users
- Topic: crop image only in height
- Replies: 6
- Views: 10366
Re: crop image only in height
Thanks a lot is solve my issue.
- 2018-11-16T07:30:27-07:00
- Forum: Users
- Topic: crop image only in height
- Replies: 6
- Views: 10366
Re: crop image only in height
here the series of command I do:
convert original-1.png -trim original-1-trimmed.png
convert original-1-trimmed.png -gravity South -crop 2910x3312+0+0 +repage original-1-cropped-top.png
convert original-1.png -trim original-1-trimmed.png
convert original-1-trimmed.png -gravity South -crop 2910x3312+0+0 +repage original-1-cropped-top.png
- 2018-11-16T07:06:59-07:00
- Forum: Users
- Topic: crop image only in height
- Replies: 6
- Views: 10366
Re: crop image only in height
I'm using imagemagick version 6.9.10-Q16 on windows 10
Actually I trim the image first and then I do the crop
here the link to the image:
https://s3.eu-central-1.amazonaws.com/c ... inal-2.png
Actually I trim the image first and then I do the crop
here the link to the image:
https://s3.eu-central-1.amazonaws.com/c ... inal-2.png
- 2018-11-16T02:32:04-07:00
- Forum: Users
- Topic: crop image only in height
- Replies: 6
- Views: 10366
crop image only in height
Hello,
I'm trying to crop image by height with this command line :
convert 1053257.png -gravity South -crop 2910x3312+0+0 -background black +repage image-cropped-top.png
the generated image is not cropped correctly the dimension after running command are 2791x3312
the width is cropped as well ...
I'm trying to crop image by height with this command line :
convert 1053257.png -gravity South -crop 2910x3312+0+0 -background black +repage image-cropped-top.png
the generated image is not cropped correctly the dimension after running command are 2791x3312
the width is cropped as well ...