Saving bitmaps without looking at them
Working on a tool to chop large maps into smaller pieces. The process goes something like this: Load the large bmp into memory; create a compatible bitmap in memory, smaller in size (using the windows API); blt the approprite chunk of the big bmp into the small bmp.
Now comes the problem. I want to save the bmp, but there seems to be no API for doing this. This is all being done in VB too. The only way I know of to save a bmp is via a picture box & that won''t really work in this case
June 22, 2001 02:27 PM
Yes, you don''t need an API to save bitmaps, just do it yourself. The link Tornado gave explains all.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement