-
BMP to/from DIB
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
-
Re: BMP to/from DIB
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.