Advertisement
3_2004-2005 Graphics #142286

Loading Windows Bitmaps in Pure VB without the LoadPicture function

for those who are interested in the Bitmap File Format this is all you need. ot get started this module shows how to load Windows Bitmap Files in Pure VB that means no API calls at all, and not using the basic LoadPicture Function, it can go faster if you at use the SetPixel API instead of PSET, this is made for people who wants to go a little more advanced in saving,loading bitmaps then the basic LoadPicture() function that comes with VB. the code currently supports 24bit uncompressed bitmaps but will soon support 16-bit,256colors or grayscale(8bit),16colors(4bit) and Monochrome lineart (1bit). a vote would be appreciated

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
Upload
Původní komentáře (3)
Obnoveno z Wayback Machine