IT Community - Software Programming, Web Development and Technical Support

Extract IPTC Metadata from jpeg and tiff image formats

This is a discussion on Extract IPTC Metadata from jpeg and tiff image formats within the C# Programming forums, part of the Software Development category; Hi Karpagarajan. R This is Bala I have recently joined this group and gone through this post and I need ...


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

Register FAQ Members List Calendar Mark Forums Read

Reply
 
Thread Tools Display Modes
  #21  
Old 08-26-2007, 12:49 AM
Balathehero Balathehero is offline
D-Web Trainee
 
Join Date: Aug 2007
Posts: 8
Balathehero is on a distinguished road
Post Re: Extract IPTC Metadata from jpeg and tiff image formats

Hi Karpagarajan. R

This is Bala I have recently joined this group and gone through this post and I need to ask you one question . How will you extract the mateadata from jpeg and tiff images from perl under Linux
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22  
Old 02-28-2008, 03:56 PM
jrw_99 jrw_99 is offline
D-Web Trainee
 
Join Date: Feb 2008
Posts: 1
jrw_99 is on a distinguished road
Default Re: Extract IPTC Metadata from jpeg and tiff image formats

Hi there,

In post #19 there is a zip file attachment called NewIPTCSave.zip. I tried downloading it and openning it using winrar but it appears to be damged or corrupted. Can anyone who has this repost it SVP???

Better yet, has anyone since updated this to be a pure c# thing and not having to include a c++ portion???

thx,
j
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23  
Old 03-11-2008, 01:30 AM
niknik niknik is offline
D-Web Trainee
 
Join Date: Mar 2008
Posts: 1
niknik is on a distinguished road
Default Re: Extract IPTC Metadata from jpeg and tiff image formats

This thread was very useful indeed. Though I find it strange that no one has yet come up with a fully managed C# code solution for this...
Like it was said, parsing a jpeg stream and finding the data shouldn't be too difficult.

In any case, thanks for the info posted here!
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24  
Old 03-11-2008, 03:02 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 301
Karpagarajan is on a distinguished road
Thumbs up Re: Extract IPTC Metadata from jpeg and tiff image formats

Hi All,

Sorry for the delay. Herewith i have attached the sample code for getting the IPTC data from jpg. Please check with that code and let me know if anything you need.

We had the detailed discussion about to extract the IPTC data. I think it will help you to do that in your code.

The attached source code contains only the dll and Visual basic sample code. Just work with that and let me know.
Attached Files
File Type: zip IPTC.zip (44.0 KB, 77 views)
__________________
Karpagarajan. R
Necessity is the mother of invention
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25  
Old 07-01-2008, 07:03 AM
arno94 arno94 is offline
D-Web Trainee
 
Join Date: Jul 2008
Posts: 1
arno94 is on a distinguished road
Default Re: Extract IPTC Metadata from jpeg and tiff image formats

Hi everyone,

First, thanks to Karpagarajan for your dll.

But I have a problem with it. In fact, I would like to use it in a VB.NET (VS 2005) program so I added a new reference (NewIPTC.dll) and it worked just fine.

Now, I can acces to NEWIPTCLib.IPTCObj with no problem.

BUT the problem is when I do this : myObj = New NEWIPTCLib.IPTCObj, I obtain a COMException (error 80040154).

I tried to RegSvr32 your dll but windows tells me that the dll is not present.

Please, could anyone help me, this dll would be very useful for me.

Thanks in advance.

Arnaud
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26  
Old 09-17-2008, 11:59 PM
horaq horaq is offline
D-Web Trainee
 
Join Date: Aug 2008
Posts: 1
horaq is on a distinguished road
Default Re: Extract IPTC Metadata from jpeg and tiff image formats

Hello,
I try use write IPTC data to image in c#, but without any progres.
File from post 18 is corrupt and file from post 24 is only for vb6 :-(
Do you have any working solution how to write IPTC data in c# ?
thx
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27  
Old 01-06-2009, 07:50 PM
swapnil.pangam.raceinfo swapnil.pangam.raceinfo is offline
D-Web Trainee
 
Join Date: Jan 2009
Posts: 1
swapnil.pangam.raceinfo is on a distinguished road
Default Re: Extract IPTC Metadata from jpeg and tiff image formats

Can anyone post that DLL link again ..i try to add the reference of the DLL
but getting the error "a refrence to ...could not be added"
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28  
Old 08-13-2009, 06:39 AM
matt matt is offline
D-Web Trainee
 
Join Date: Aug 2009
Posts: 1
matt is on a distinguished road
Default Re: Extract IPTC Metadata from jpeg and tiff image formats

Quote:
Originally Posted by Karpagarajan View Post
Hi All,

Sorry for the delay. Herewith i have attached the sample code for getting the IPTC data from jpg. Please check with that code and let me know if anything you need.

We had the detailed discussion about to extract the IPTC data. I think it will help you to do that in your code.

The attached source code contains only the dll and Visual basic sample code. Just work with that and let me know.
Can you please post a link to the source code for the DLL
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
Reading EXIF, IPTC & ICC Profile metadata from an image using MagickNet in C# letmein C# Programming 0 03-27-2008 12:42 AM
Applying ICC profiles to a TIFF,JPEG files using C# oxygen C# Programming 1 02-28-2008 10: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 10:33 PM
Read and Write IPTC and EXIF metadata fro raw Images Balasubramanian.S C# Programming 4 08-03-2007 06:38 AM
I have a C source to write iptc and exif metadata for raw images. How to use it in C# oxygen C# Programming 0 07-21-2007 01:56 AM


All times are GMT -7. The time now is 10:36 PM.


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