c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 43b78c6c31c6418e7d61b2478301d60d72ba39ff
parent d5835b12faded3e3a5449757d32303c61c96fdf5
Author: Rand McKinney <crandmck@yahoo.com>
Date:   Thu, 24 Aug 2023 13:47:53 -0700

Update links to C2PA spec to 1.3 (#292)

* Update links to C2PA spec to 1.3

* Fix one more reference to 1.0 C2PA spec

---------

Co-authored-by: Rand McKinney <rmckinne@adobe.com>
Co-authored-by: Eric Scouten <scouten@adobe.com>
Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -6,14 +6,14 @@ The **[Coalition for Content Provenance and Authenticity](https://c2pa.org)** (C ## Key features -The C2PA Rust SDK implements a subset of the [C2PA 1.2 technical specification](https://c2pa.org/specifications/specifications/1.2/specs/C2PA_Specification.html). +The C2PA Rust SDK implements a subset of the [C2PA technical specification](https://c2pa.org/specifications/specifications/1.3/specs/C2PA_Specification.html). The SDK enables a desktop, mobile, or embedded application to: -* Create and sign C2PA [claims](https://c2pa.org/specifications/specifications/1.2/specs/C2PA_Specification.html#_claims) and [manifests](https://c2pa.org/specifications/specifications/1.2/specs/C2PA_Specification.html#_manifests). +* Create and sign C2PA [claims](https://c2pa.org/specifications/specifications/1.3/specs/C2PA_Specification.html#_claims) and [manifests](https://c2pa.org/specifications/specifications/1.3/specs/C2PA_Specification.html#_manifests). * Embed manifests in certain file formats. * Parse and validate manifests found in certain file formats. -The SDK supports several common C2PA [assertions](https://c2pa.org/specifications/specifications/1.0/specs/C2PA_Specification.html#_c2pa_standard_assertions) and [hard bindings](https://c2pa.org/specifications/specifications/1.2/specs/C2PA_Specification.html#_hard_bindings). +The SDK supports several common C2PA [assertions](https://c2pa.org/specifications/specifications/1.3/specs/C2PA_Specification.html#_c2pa_standard_assertions) and [hard bindings](https://c2pa.org/specifications/specifications/1.3/specs/C2PA_Specification.html#_hard_bindings). ## State of the project @@ -51,7 +51,7 @@ The SDK has been tested on the following operating systems: | `mp4` | `video/mp4`, `application/mp4` | | `mov` | `video/quicktime` | | `png` | `image/png` | - | `svg` | `image/svg+xml` | + | `svg` | `image/svg+xml` | | `tif`,`tiff` | `image/tiff` | | `wav` | `audio/x-wav` | | `webp` | `image/webp` |