Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all programmers, :)

I am creating a simple app which reads title,tags,comments and Author of jpg/jpeg file.

the problem is i found every thing on code project but not this 4 fields.

Some one please help me,Code in vb.net much appreciated.

thanks for reading, :)
Posted
Comments
Sandeep Mewara 24-Jul-10 14:41pm    
What code you have tried so far? Where are you stuck? Error?
Archit9373284448 24-Jul-10 15:02pm    
almost all code of EXIF present in code project ....
they have all the information , except above 4 .
Archit9373284448 24-Jul-10 15:14pm    
i found some useful pages but, because of i am a noob in the programming and vb.net i am unable to use it.
link : http://blog.shynet.nl/post/2008/11/10/ReadWrite-JPEG-metadata.aspx

The specifications can be found here;
http://www.exif.org/specifications.html[^]

Have a look at the code for this article;
The ExifWorks class[^]

And pay particular attention to the Exifworks.vb file; this class is used to read the tag information, you will see how it is all done there.
You may have to read the latest specifications to make sure the tags you want are all handled.
 
Share this answer
 
Comments
Archit9373284448 25-Jul-10 5:38am    
Reason for my vote of 3
Thanks
Archit9373284448 25-Jul-10 5:38am    
ya done,
thanks man...
Ok fellas after long search i fond the answer of my Question :)

JPG metaData
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900