Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening a .jpg file in C++.

Status
Not open for further replies.

Oolong

Programmer
Apr 10, 2002
13
0
0
US
How do you open a .jpg file in C++. Can someone give me the code. It is for a project in school!
 
So, any comments? I'm just trying to keep this alive.
 
Hi dear,
For opening JPEG files in C++ ,u have to read the JPEG file compressions and u have to read it's header to collect relavent info and then decompress it using corresponding decompressin algo.
It's not that difficult
good luck...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top