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

Thread: JPG Format

  1. #1
    Join Date
    Apr 1999
    Posts
    3

    JPG Format

    How can I find out what the format of the JPG image is??


  2. #2
    Join Date
    May 1999
    Location
    Farnborough, Hants, England
    Posts
    710

    Re: JPG Format

    Try the Web address: http://www.dcs.ed.ac.uk/%7Emxr/gfx/. It might help.

    --
    Jason Teagle
    [email protected]

  3. #3
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: JPG Format

    You might also want to check the bitmaps and palettes section of this
    site. There are about three different libraries that handle JPEG images.
    There is also the Independent JPEG Group library at www.ijg.org that
    most of the other libraries are based on.



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