Hi, I am trying to make a Picture viewer for my BS Computer Science 1st Year Project in Turbo C Compiler. I have to stick with this compiler atm.
I want to be able to display BMP,PNGs and JPEGs [TIFF and others too if it won't be very difficult].
I was able to display BMP images easily as I got all the information I wanted to display the image from http://www.fileformat.info/format/bmp/corion.htm.
I want similar type of information on JPEGS and PNGs too. I have searched the Net for hours on finding a similar structural definition of JPEGs but I wasn't able to find anything on it. Any Website Link or information about JPEGs, like Even Is it possible to display JPEGs using Turbo C or not.
I have uploaded a sample of my project in this post.