Advertisement

Saving bitmaps without looking at them

Started by June 20, 2001 03:58 PM
1 comment, last by CRRouse 23 years, 7 months ago
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
Have a look at this



- Goblineye Entertainment
The road to success is always under construction
Goblineye EntertainmentThe road to success is always under construction
Advertisement
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