Click here to Skip to main content
15,884,388 members
Articles / Mobile Apps / Windows Phone 7

ExifLib - A Fast Exif Data Extractor for .NET 2.0+

Rate me:
Please Sign up or sign in to vote.
4.90/5 (97 votes)
17 Aug 2015CPOL5 min read 1.3M   21.1K   325  
Reads JPEG Exif data without the heavyweight and unnecessary instantiation of GDI+ objects.
using System;
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("ExifLib")]
[assembly: AssemblyDescription("A Fast Exif Data Extractor for .NET 2.0+")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright � 2009 Simon McKenzie, released under the Code Project Open License (CPOL) 1.02")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("1.6.2.0")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer BreastScreen Victoria
Australia Australia

Simon McKenzie has been working as a developer for 10 years, primarily in .NET, with interests in imaging and GIS, particularly on mobile platforms. He is the author of the award winning MapSnap GPS, a moving map application for Windows Phone. He's also the author of the popular (free) high-speed ExifLib EXIF extractor for .NET.


Comments and Discussions