Alright,
Someone handed me some code that allows me to save my array of RGB values directly to a binary file.
this was perfect for my applicaztion since i don't need to actually see the graphic when running it.
I only have 128 meg RAM on my PC and the final size of the binary file was 80 meg...
this worked for me, not as fast as using api funtions though:
you should do something with the TempRed, TempBlue, and TempGreen during the second loop. But they will be 0 - 255 RGB values.
I think InputPixels() should be as Long
For X = 1 To Picture1.Width
For Y = 1 To Picture1.Height...
I am writting an application that creates large images in a picture box. At a certain picture box size I get the error "Can't create AutoRedraw image" for the ".Image" property of a PictureBox.
When I push the program to its limits and save the resulting bitmap, the file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.