I'm trying to crop a jpeg image with a clipping path inside:
Code: Select all
convert bottle.jpg -gravity Center -crop 600x3200-70+0 bottle_PROCESSED.jpg
The result instead is an image with modified clipping path: seems to be resampled to new dimension of the image, as you can see in attached images (clipping path is red line).
I'm working with ImageMagick 7.0.5-5 Q16 x86_64 on Mac Os X El Capitan 10.11.6
Original:
Cropped:
Here link to original file: https://image.ibb.co/hGA735/bottle.jpg
Here link to cropped file: https://image.ibb.co/dUADbQ/bottle_PROCESSED.jpg
Does anybody knows a way to crop image to clipping path maintaining original path?