Skip to content

Commit

Permalink
README: Link to wiki page about XMP (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui authored Jan 2, 2024
1 parent ab6bb9b commit c78d5d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
[![Crates.io](https://img.shields.io/crates/v/xmp-writer.svg)](https://crates.io/crates/xmp-writer)
[![Documentation](https://docs.rs/xmp-writer/badge.svg)](https://docs.rs/xmp-writer)

Write XMP metadata, step by step.
Write [XMP] metadata, step by step.

```toml
[dependencies]
xmp-writer = "0.2"
```

XMP is a metadata format developed by Adobe. It is either embedded into
[XMP] is an ISO standard specifying a metadata format for files,
originally developed by Adobe. It is either embedded into
files (e.g. PDF, JPEG, TIFF) or stored in a separate "side-car" file.

This crate provides a simple API to write XMP metadata. Start by creating
Expand Down Expand Up @@ -52,3 +53,5 @@ This crate forbids unsafe code and has no dependencies.

## License
This crate is dual-licensed under the MIT and Apache 2.0 licenses.

[XMP]: https://en.wikipedia.org/wiki/Extensible_Metadata_Platform

0 comments on commit c78d5d7

Please sign in to comment.