VB6
Windows 7

Okay, so I downloaded this code from http://www.tannerhelland.com/45/image-contrast-vb6/ to change the contrast of an image in real time. The problem comes when I change the image to something else, say http://i.imgur.com/m2yRhVv.png . When I changed the image of one PictureBox, I made sure to change the width/height of the other PictureBox, as the code requests. I've run the code in both the original project and copied the code into a new project of my own and I get the same results: it works with the provided picture but not with the one I've linked to on Imgur. Any help would be greatly appreciated.