convert -extract example [SOLVED]
Posted: 2008-01-08T02:47:37-07:00
Hi, I'm trying to extract a part of image, i'm trying with this command:
to extract 112x122 rectangle in x 77 and y 77 position, but the image generated is the same as original.
I'm looking examples in internet but i don't find anything.
Thanks for all.
Code: Select all
convert -extract 112x122+77+77 input.jpg output.jpg
I'm looking examples in internet but i don't find anything.
Thanks for all.