Texture splitter for MatroxDualHead2Go
Please note that we are no longer taking submissions for Tools and no longer supporting the Tools section, so you may run into broken files and URLs. You can contribute to the Cycling '74 Community by submitting a Package or using the forums instead.
When using Matrox's great Dual or TrippleHeads you need to arrange your image horizontally. But in real life your project may have vertical image layout, i.e. when the projectors are stacked vertically. You have two options here: 1) generate graphics for horizontal layout, dealing with coordinate mapping of the content or 2) generate graphics in their native sizes and then split the resulting image into two parts and rearrange them before passing them out to the Matrox's device.
This tool addresses the second issue. It has been made for DualHead, but it can easily be modified for use with TrippleHead—it's implemented with jit.gl.pix
and the patch is simple and very efficient.

Author