Superb package, very happy I stumbled upon it, it's perfect for what our research group is after.
I just have an issue with large numpy arrays (shape larger than 40000x60) being drawn as images. The problem is that if I don't cut down the array size by clipping the data, then images don't draw correctly beyond some size. The screenshot below shows the last 5th or so being drawn incorrectly with some funky colours at the top right. Creating an ROI and dragging it around works fine on the first 4/5ths of the data, but the end erases out along the path of the ROI.

I'm guessing this is due to the size of the image. If so, is there a way to enable mipmapping or some other way to handle very large images?
[Using canopy python 2.7.3 with pyqtgraph 0.9.7 and pyside 1.1.1-2]