I'm trying to read images with OpenCV imread('Large Image') and it cannot allocate enough space for my image which is 25000 x 20000. I would like to store all of the red and blue pixels in there own array (don't really care about green) from this image do some math on them and reconstruct and image with these new values. Is there an alternative to OpenCV that can do what I would like?
My machine has 16gb, running windows 8.1 64 bit, and I'm using python. Thanks in advance for any advice.