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# ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
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 |
| ICC profile of image in WPF | ershad1 | C# Programming | 0 | 06-02-2009 06:47 AM |
| List of EXIF metadata properties item name and its proprety ID values | oxygen | C# Programming | 1 | 12-24-2007 02:30 AM |
| Read and Write IPTC and EXIF metadata fro raw Images | Balasubramanian.S | C# Programming | 4 | 08-03-2007 07: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 02:56 AM |
Our Partners |