PDA

Click to See Complete Forum and Search --> : BitBLT IMAGE/PICTURE Controls & PIXELS


Allanx
Jan 20th, 2000, 08:15 AM
Hi there,
Does anyone know how to read a JPG file into memory (not into a picture box) and process the pixels?
I can load it into a picturebox then loop through the pixels but doing this constantly (every 5 seconds on a timer) will eventually take up memory and screws up windows (after about two hours resources are down to 30%) I dont know if it can be done using a picture object...

Or maybe I can use the picture box but how would I free the memory after every load o(or before the next load)?

Thanks,
Allan