-
Bitbit
In my previous posts I asked if there was a way to only load a certain portion of an image into an image box. Someone suggested using bitbit. I can get bitbit to do what i want other than as far as I know you must supply the image you want to use as a hwnd value which suggests that the image has already been fully loaded somewhere on the form. Is there anyway I can use bitbit whithout fully loading my image. My imgae is 45mb so i do not want to load the entire thing.
-
-
You'd have to split the image into multiple images with some sort of image editor...
-
Agreed.
The main argument remains the same, tho. You CAN modify a
bitmap file from another program. You do need to know what the
sequence is, but it's just a file after all, not rocket science.
Anyway, this might be a good place to start:
http://www.dspvlsi.uniroma2.it/ita/esm2/bmp.html