CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    1

    converting from DIB to jpg or gif

    hello,

    I'm using openGL in my isapi dll to render images. How can I convert DIB to jpg or gif? Is there a function in some dll that can do this for me?

    thanks


  2. #2
    Guest

    Re: converting from DIB to jpg or gif

    In CodeGuru's Bitmaps & Palettes section, there is an article "Writing a DIB to a JPEG file".


  3. #3
    Join Date
    Apr 1999
    Location
    Malaysia
    Posts
    224

    Re: converting from DIB to jpg or gif

    i have wrote my own DLL which can save and open bmp and jpg, but not for gif, if you interes about
    it, email me.
    regards

    Hello World!!!

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