IT Community - Software Programming, Web Development and Technical Support

Reading EXIF, IPTC & ICC Profile metadata from an image using MagickNet in C#

This is a discussion on Reading EXIF, IPTC & ICC Profile metadata from an image using MagickNet in C# within the C# Programming forums, part of the Software Development category; Hi ppl, I'm trying to extract EXIF, IPTC & ICC profile metadata from an image using MagickNet in C# ...


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

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-27-2008, 12:42 AM
letmein letmein is offline
D-Web Trainee
 
Join Date: Mar 2008
Posts: 1
letmein is on a distinguished road
Default Reading EXIF, IPTC & ICC Profile metadata from an image using MagickNet in C#

Hi ppl,

I'm trying to extract EXIF, IPTC & ICC profile metadata from an image using MagickNet in C# using following code:

MagickNet.Magick.Init();
MagickNet.Image img = new MagicNet.Image("file.jpg");
MagickNet.Blob objEXIF = img.EXIFProfile;
MagickNet.Blob objIPTC = img.IptcProfile;
MagickNet.Blob objICC = img.IccColorProfile;
// Stuck here

I'm not sure how to read the information from the Blob object that is returned by the respective properties.

Please help...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Extract IPTC Metadata from jpeg and tiff image formats Balasubramanian.S C# Programming 25 09-17-2008 11:59 PM
List of EXIF metadata properties item name and its proprety ID values oxygen C# Programming 1 12-24-2007 01:30 AM
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
Reading and writing EXIF meta data from jpg/jpeg,tiff images oxygen C# Programming 0 07-15-2007 10:24 PM


All times are GMT -7. The time now is 12:30 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0