You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_MetadataExtractor_ is a straightforward .NET library for reading metadata from image files.
8
+
_MetadataExtractor_ is a straightforward .NET library for reading metadata from image and movie files.
9
9
10
10
## Installation
11
11
12
-
The easiest way to reference this project is to install [its NuGet package](https://www.nuget.org/packages/MetadataExtractor/):
12
+
The easiest way to use this library is via its [NuGet package](https://www.nuget.org/packages/MetadataExtractor/):
13
13
14
14
PM> Install-Package MetadataExtractor
15
15
@@ -106,19 +106,19 @@ Camera-specific "makernote" data is decoded for cameras manufactured by:
106
106
* Sigma/Foveon
107
107
* Sony
108
108
109
-
## Portable Class Library
109
+
## Supported Frameworks
110
110
111
-
A PCL compatible build is available that supports Xamarin for Android and iOS, as well as:
111
+
Multiple target frameworks are supported via the single NuGet package. This allows supports Xamarin for Android and iOS, as well as:
112
112
113
+
- .NET Framework 3.5
113
114
- .NET Framework 4.5
115
+
- .NET Framework 4.5 (Portable)
114
116
- Silverlight 5.0
115
117
- Windows 8.0
116
118
- Windows Phone 8.1
117
119
- Windows Phone Silverlight 8.0
118
120
119
-
If you require PCL support, use the [`MetadataExtractor.Portable`](https://www.nuget.org/packages/MetadataExtractor.Portable/) NuGet package.
120
-
121
-
Note that the portable version does not yet support XMP metadata. It also doesn't support file-system metadata due to the restrictions of the target BCLs.
121
+
Note that the PCL version does not support file-system metadata due to restricted IO APIs.
122
122
123
123
## Mailing List
124
124
@@ -136,7 +136,7 @@ An easier way to help is to contribute to the [sample image file library](https:
136
136
137
137
## Credits
138
138
139
-
This library is developed by [Drew Noakes](https://drewnoakes.com/code/exif/).
139
+
This library is developed by [Drew Noakes](https://drewnoakes.com/code/exif/) and contributors.
140
140
141
141
Thanks are due to the many [users](https://github.com/drewnoakes/metadata-extractor/wiki/UsedBy) who sent in suggestions, bug reports,
142
142
[sample images](https://github.com/drewnoakes/metadata-extractor/wiki/ImageDatabase) from their cameras as well as encouragement.
0 commit comments