Thread: how to load jpg? ( MSVC++, API, MFC );

  1. #1
    LOK91101
    Guest

    how to load jpg? ( MSVC++, API, MFC );

    how to load jpg? ( MSVC++, API, MFC );

    thx.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Do a search......its been answered....

    There are 3rd party libs out there...as well as GDI+ from Microsoft

  3. #3
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    GDI+ is a little on the slow side for my liking but its easy to work with.
    If you use GDI do a search for the independant jpeg group who offer a free library that helps a lot with the compression/decompession of the images.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  4. #4
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    I'm in the process of doing some serious macro removal in the independant jpeg group's code. I want to port it completely to C++ but it's just a mess. Are you guys aware of anybody who has already done a nice job of it? I am not at all happy with the sloppy nature of the source code.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    88
    thank you !!

    // i am lok91101 (i have make a mistake) ;

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Want to learn Windows API for Game Programming
    By George M. in forum Windows Programming
    Replies: 15
    Last Post: 09-28-2008, 10:26 AM
  2. Load jpg or bmp file to window
    By Skull in forum C++ Programming
    Replies: 7
    Last Post: 01-11-2008, 10:24 AM
  3. MFC Perils
    By cboard_member in forum C++ Programming
    Replies: 4
    Last Post: 07-27-2005, 05:11 PM
  4. Why MFC when you can just use API?
    By Garfield in forum Windows Programming
    Replies: 19
    Last Post: 11-22-2001, 04:38 AM
  5. Difference between MFC and API
    By Garfield in forum Windows Programming
    Replies: 5
    Last Post: 09-23-2001, 06:12 PM