Click to See Complete Forum and Search --> : BMP to/from DIB


Roger Caffin
February 23rd, 1999, 02:18 AM
I am doing image processing with VB and Fortran. I want to be able to read in BMP files into a DIB array and write a DIB array out to a BMP file. Once I've got it into DIB format i can handle it.

Can anyone help?

(We are not using VC at this stage, but...

Thanks

Vinayak Sapre
March 1st, 1999, 12:17 AM
You need to use VC for that but there are two samples that are shipped with VC DIBLook & DIBView. You can have look at the code. It uses SDK calls so u can directly call from VB. Steal that code as it works well.