SimpleXmpLib provides a convenient way to work with XMP metadata containers, and embedding such containers in supported files.
It uses a simplified interface based on the C++-based Adobe XMP Toolkit.
Implementation v1 re-wraps an existing .NET based wrapper xmp-sharp and uses a precompiled XMP Toolkit v2025.03 for the x64 platform only.
The original code in this project has no licensing restrictions and uses the "Unlicense" license. See LICENSE for more information.
Note that you still need to comply with the licensing restrictions of third-party dependencies this code is using.
This project uses the following third-party libraries:
- xmp-sharp - Source | BSD 3-Clause License
- Adobe XMP Toolkit - Source | BSD 3-Clause License
- zlib - Source | License
- libexpat - Source | License
Find all licenses under extern_dependencies/licensing