If it's images, you can split them with ImageMagick easily enough. There's several ways to do this, go through the usage manual and take your pick, for example:
http://www.imagemagick.org/Usage/crop/#crop_equal
This kind of requires the split position to be always in the exact same location though (use two separate crop passes if it isn't exactly in the middle).