IT Community - Software Programming, Web Development and Technical Support

Reading and writing EXIF meta data from jpg/jpeg,tiff images

This is a discussion on Reading and writing EXIF meta data from jpg/jpeg,tiff images within the C# Programming forums, part of the Software Development category; Reading and Writing EXIF Metadata Goals: This project is used to read and write metadata for Tiff, Jpeg and NEF ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read
  #1  
Old 07-15-2007, 11:24 PM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 632
oxygen is on a distinguished road
Default Reading and writing EXIF meta data from jpg/jpeg,tiff images

Reading and Writing EXIF Metadata

Goals:

This project is used to read and write metadata for Tiff, Jpeg and NEF Images.


Please find the ExifExtracter class attached with this post and add it to ur windows application project.


Code to Read the EXIF medatdata:

Mymetadata.EXIF.EXIFextractor er2 = new Mymetadata.EXIF.EXIFextractor(imagefilePath, "", "");

foreach (System.Web.UI.Pair s in er2)
{
MessageBox.Show(s.First + " : " + s.Second);
}

Code to write the EXIF medatdata:

This is the code for writing image titile property:

if (er2["Image Title"] == null)
er2.setTag(0x320, "http://www.test.com");
Attached Files
File Type: zip EXIFextractor.zip (5.4 KB, 853 views)

Last edited by oxygen : 07-26-2007 at 07:37 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 02-03-2009, 10:11 PM
mtugnoli mtugnoli is offline
D-Web Trainee
 
Join Date: Feb 2009
Posts: 1
mtugnoli is on a distinguished road
Default Re: Reading and writing EXIF meta data from jpg/jpeg,tiff images

the attached file is empty !!
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Extract IPTC Metadata from jpeg and tiff image formats Balasubramanian.S C# Programming 27 08-13-2009 07:39 AM
Applying ICC profiles to a TIFF,JPEG files using C# oxygen C# Programming 1 02-28-2008 11:42 PM
Reading IPTC data from Nikon camera RAW images,JPEG,TIFF files using Adobe dll in C# oxygen C# Programming 1 02-28-2008 11:33 PM
Converting Nikon camera RAW images to JPEG,TIFF files using Adobe dll in C#.NET oxygen C# Programming 5 08-16-2007 03:26 AM
Reading WMV file meta data in .Net oxygen C# Programming 0 07-15-2007 11:18 PM


All times are GMT -7. The time now is 03:32 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0