{"id":15410128,"url":"https://github.com/drewnoakes/xmp-core-dotnet","last_synced_at":"2025-04-15T11:50:13.508Z","repository":{"id":34017517,"uuid":"37774649","full_name":"drewnoakes/xmp-core-dotnet","owner":"drewnoakes","description":".NET library for working with the Extensible Metadata Platform (XMP)","archived":false,"fork":false,"pushed_at":"2024-04-03T14:48:29.000Z","size":1540,"stargazers_count":60,"open_issues_count":6,"forks_count":22,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-28T19:44:43.982Z","etag":null,"topics":["dotnet","dotnet-core","imaging","metadata","xmp"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drewnoakes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-20T15:31:42.000Z","updated_at":"2024-11-06T22:46:02.000Z","dependencies_parsed_at":"2024-06-18T15:31:32.552Z","dependency_job_id":"c8bcc043-8af2-40ea-ab14-61718e831f1e","html_url":"https://github.com/drewnoakes/xmp-core-dotnet","commit_stats":{"total_commits":456,"total_committers":12,"mean_commits":38.0,"dds":0.0964912280701754,"last_synced_commit":"e01c567ae0ab77cf72f97358a60deda57ae4d77e"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewnoakes%2Fxmp-core-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewnoakes%2Fxmp-core-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewnoakes%2Fxmp-core-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewnoakes%2Fxmp-core-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drewnoakes","download_url":"https://codeload.github.com/drewnoakes/xmp-core-dotnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248828202,"owners_count":21168011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","dotnet-core","imaging","metadata","xmp"],"created_at":"2024-10-01T16:43:17.766Z","updated_at":"2025-04-15T11:50:13.485Z","avatar_url":"https://github.com/drewnoakes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿\u003cimg src=\"https://cdn.rawgit.com/drewnoakes/xmp-core-dotnet/master/docs/logo.svg\" width=\"260\" height=\"260\" /\u003e\n\n[![Build status](https://ci.appveyor.com/api/projects/status/38jnjb2phnn7fqxs?svg=true)](https://ci.appveyor.com/project/drewnoakes/xmp-core-dotnet)\n[![XmpCore NuGet version](https://img.shields.io/nuget/v/XmpCore)](https://www.nuget.org/packages/XmpCore/)\n[![XmpCore NuGet download count](https://img.shields.io/nuget/dt/XmpCore)](https://www.nuget.org/packages/XmpCore/)\n\nThis library is a port of Adobe's XMP SDK to .NET.\n\nThe API should be familiar to users of Adobe's XMPCore 6.1.10, though it has been modified\nin places to better suit .NET development.\n\n## Sample Usage\n\n```csharp\nIXmpMeta xmp;\nusing (var stream = File.OpenRead(\"some-file.xmp\"))\n    xmp = XmpMetaFactory.Parse(stream);\n\nforeach (var property in xmp.Properties)\n    Console.WriteLine($\"Path={property.Path} Namespace={property.Namespace} Value={property.Value}\");\n```\n\n`XmpMetaFactory` has other methods for reading from `string` and `byte[]`, as well as support for parsing options.\nReturned properties provide additional information, but the above example should be enough to get you started.\n\n## Installation\n\nThe easiest way to reference this project is to install the [`XmpCore` package](https://www.nuget.org/packages/XmpCore/):\n\n    PM\u003e Install-Package XmpCore\n\nThe NuGet package has no other dependencies.\n\nAs of version 6.1.10.1 the package is now strong named. Before then, a separate `XmpCore.StrongName` package exists.\n\n## Framework support\n\nThe project targets `net35` and `netstandard1.0`, meaning you can use it pretty much anywhere these days.\n\n## History\n\nInitially ported by Yakov Danila and Nathanael Jones, the project is now maintained\nby Drew Noakes and contributors on GitHub.\n\n## License\n\nThe [same BSD license](http://www.adobe.com/devnet/xmp/library/eula-xmp-library-java.html) applies to this project\nas to Adobe's open source XMP SDK, from which it is derived.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewnoakes%2Fxmp-core-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewnoakes%2Fxmp-core-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewnoakes%2Fxmp-core-dotnet/lists"}