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 |
| |||
| 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... |
| Sponsored Links |
![]() |
| 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 | 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 |