2MuchRiceMakesMeSick
October 22nd, 2006, 08:54 AM
Im trying to learn how to read the header of an image. It contains information about the image as well as comments. Any help on this is greatly appreciated
|
Click to See Complete Forum and Search --> : Reading a image header? 2MuchRiceMakesMeSick October 22nd, 2006, 08:54 AM Im trying to learn how to read the header of an image. It contains information about the image as well as comments. Any help on this is greatly appreciated Calculator October 22nd, 2006, 07:23 PM Please be a little more vague. 2MuchRiceMakesMeSick October 24th, 2006, 04:00 AM every image has header information that tells all about the image such as the author etc... how do i read that info? i tried to open up a jpg with notepad to see if i could read some text but its encrypted Andrea_Rossini October 24th, 2006, 05:08 AM 1- What is your actual programming level? 2- What language are you planning to use? 3- Do you already know how to open files via code? 4- If you are interested in file formats you can take a look here: http://www.wotsit.org/ EDIT- If you look on wotsit you will find jpg is not an easy file format to read, I would suggest you to start from bmp files if you really want to learn about image header and pixel buffers. :thumb: codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |