Suppose image is divided into 3 horizontal parts - top , middle and bottom .
My purpose is to cut the middle and then join the top to bottom .
Is there a better way then saving top and bottom separately then joining them ?
Thanks.
cutting from middle of image then joining the rest
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: cutting from middle of image then joining the rest
How about "-chop"? See http://www.imagemagick.org/script/comma ... s.php#chop
snibgo's IM pages: im.snibgo.com
Re: cutting from middle of image then joining the rest
that should work.
I will try it and report back if I get stuck .
Thanks.
I will try it and report back if I get stuck .
Thanks.