Basically what the program does is convert a bitmap into 24bit depth...
The reason I gave you the file (even tho it's irreleveant) is that it loads the bits for the bitmap directly from the file i.e. it stores the pixel location and the colour of the pixel directly into the array, without having to open the image and do a pixel scan....
That way it's much faster...
As for the error, I'll check it out and get back to you...




Reply With Quote