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

Thread: Graphics

  1. #1
    Join Date
    Apr 2001
    Location
    India
    Posts
    1

    Graphics

    I am a beginner and wanted to strip out the header information bytes from my bmp files. How can I do it? how many bytes I have to skip?


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Graphics

    if u r talking about getting the header information for a bitmap file, maybe u can try
    http://vblib.virtualave.net, there is a GetBMPHeader in the vbGraphics class which do this.

    HTH


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