how to read jpeg file

Programming, for all ages and all languages.
Post Reply
shahzad

how to read jpeg file

Post by shahzad »

I need some help on how to read a jpeg file.
Tim

Re:how to read jpeg file

Post by Tim »

Google

(BTW, this isn't an OS development question)
Ozguxxx

Re:how to read jpeg file

Post by Ozguxxx »

In order to canalize this question's context into os development, I can advice you to use bmp file or simply a rawdata image file if you are trying to show your own 1024x768 photo on screen at startup(like windows logo with windoes) since there is a lot of things(bad math :) ) behind jpeg stuff which is irrelevant to os programming.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:how to read jpeg file

Post by Pype.Clicker »

the 'wotsit.org' should have info about JPEG file format as it does have for virtually every other common file formats.
Also try to get a look at libjpeg's code or something ...
Post Reply