First time poster to the forums, but long time user of ImageMagick.
I'm trying to come up with a command line to take a TIFF image, and shift either the bottom half, or the top half of an image a set number of pixels. This move might be an upward shift in some cases, but there are other cases where I need to make this a downward shift.
Here's a very simple example image (.jpg image used for to simplify for web viewing):
![Image](http://www.mollymaguires.net/magicktest/test.jpg)
Basically what I want to do here is split the image in half horizontally, then apply say a 10px shift of the bottom half downward (so that the bottom text moves down 10px, while not affecting the top text). However, while at the same time keeping the same original size dimensions of the image, and also keeping the grey background consistent throughout the entire image - including the new "empty space" where the split took place.
Many thanks in advance!