View Single Post
  #13 (permalink)  
Old 04-30-2007, 09:42 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Thumbs up Re: Extract Meta Data from images

Hi Balasubramanian,

I have given the sample R & D works i had done in IPTC. Just include this dll and use the namespace as in the following manner.(I just given the vb code)
Dim a As New IPTCObj
Dim b As String
Call a.GetIPTCData(Text1.Text, b)
MsgBox b
I just wrote the function for getting the IPTC data. It is possible to write the IPTC data onto the image. Hope it will be helpful for you. And if you want the save functionality also, i will give. Let me know. thanks.

thanks
Attached Files
File Type: zip IPTC.zip (42.7 KB, 80 views)
__________________
Karpagarajan. R
Necessity is the mother of invention
Reply With Quote