cutting from middle of image then joining the rest

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
manit
Posts: 123
Joined: 2009-01-30T22:31:26-07:00

cutting from middle of image then joining the rest

Post by manit »

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.
snibgo
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

Post by snibgo »

snibgo's IM pages: im.snibgo.com
manit
Posts: 123
Joined: 2009-01-30T22:31:26-07:00

Re: cutting from middle of image then joining the rest

Post by manit »

that should work.

I will try it and report back if I get stuck .

Thanks.
Post Reply