CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: BMP to/from DIB

  1. #1
    Join Date
    Feb 1999
    Posts
    1

    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



  2. #2
    Join Date
    May 1999
    Posts
    45

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured