View Single Post
  #10 (permalink)  
Old 04-28-2007, 12: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,

since i was working in another project, I couldnt get the solution yet. But I have searched in the net and find another way to get the IPTC data in C#. Kindly go through this sample and let me know the status.

IPTC in C#

And also, Bala do you have the BitmapMetadata

use codes from here: IPTC Codes

with

BitmapMetadata meta = (BitmapMetadata)myDecoder.Frames[0].Metadata;

MyInfo = meta.GetQuery("/app13/ifb/8bimiptc/WHATEVER") ;


thanks
__________________
Karpagarajan. R
Necessity is the mother of invention

Last edited by Karpagarajan : 04-28-2007 at 12:47 AM.
Reply With Quote