You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,40 @@
1
-
# C2PA Client Documentation
1
+
# C2PA Python example client
2
2
3
-
This directory contains the client for signing JPEG images with content credentials. This client is designed to work with the C2PA Python Example server in development mode using demo certificates (included in this repository).
3
+
NOTE: This documentation is for the example developer.
4
+
5
+
This directory contains the client for signing JPEG images with Content Credentials. The client works with the C2PA Python example server in development mode using demo certificates (included in this repository).
4
6
5
7
## Overview
6
8
7
-
The `client.py` file is a command-line test tool that signs JPEG image files. It connects to the signing server defined in `app.py`, to add Content Credentials to JPEG images.
9
+
The `client.py` file is a command-line test tool that signs JPEG image files. It connects to the signing server defined in `app.py` to add Content Credentials to JPEG images.
0 commit comments