Skip to content

Commit

Permalink
Merge branch 'editor'
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed May 8, 2024
2 parents 14d4f0f + fa958b7 commit 772c3b1
Show file tree
Hide file tree
Showing 27 changed files with 1,944 additions and 88 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
`c2pa-preview` is a desktop application to display [content credentials](https://contentcredentials.org) for the [C2PA standard](https://c2pa.org) embedded within images, videos, and other types of files.

<div align="center">
<img src="./assets/screenshots/preview.png" width="45%">
<img src="./assets/screenshots/home.png" width="45%">
<img src="./assets/screenshots/preview.png" width="45%">
<img src="./assets/screenshots/preview-menu.png" width="45%">
<img src="./assets/screenshots/editor.png" width="45%">
<img src="./assets/screenshots/finder.png">
</div>

Expand All @@ -40,6 +42,9 @@ Finally, build the app:
$ cargo tauri build
```

> [!IMPORTANT]
> Linux users may need to set `NO_STRIP=true` before executing the last step as described [here](https://github.com/tauri-apps/tauri/issues/8929).
## Example Images
Download the example images below and try it for yourself! For more example images, be sure to check out [this page](https://c2pa.org/public-testfiles/image/).

Expand All @@ -48,4 +53,5 @@ Download the example images below and try it for yourself! For more example imag
<img src="./assets/examples/example3.jpg" style="max-height: 230px;">
<img src="./assets/examples/example2.jpg" style="max-height: 230px;">
<img src="./assets/examples/example4.jpg" style="max-height: 230px;">
<img src="./assets/examples/example4.jpg" style="max-height: 230px;">
</div>
Binary file added assets/screenshots/editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/preview-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/screenshots/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 772c3b1

Please sign in to comment.