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 d6ac158ba831a01deca2bc65b0e9685273ea99bd
parent 279e10b3de447fff978b941b54b5a80e5f31876b
Author: Rand McKinney <crandmck@yahoo.com>
Date:   Mon, 21 Aug 2023 14:29:07 -0700

(IGNORE) Add missing svg support to README (#291)

Add missing svg support
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -51,6 +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` | | `tif`,`tiff` | `image/tiff` | | `wav` | `audio/x-wav` | | `webp` | `image/webp` |