-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add ManifestStore::from_stream #319
Conversation
with output stream and returning c2pa_data replaces embed_stream Fixes a bug in embed_stream where missing thumbnails were not reported
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #319 +/- ##
==========================================
+ Coverage 78.94% 78.97% +0.02%
==========================================
Files 79 79
Lines 23556 23589 +33
==========================================
+ Hits 18597 18629 +32
- Misses 4959 4960 +1
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a few proofreading/documentation edits and one question, not a blocker.
Adds ManifestStore.from_stream() so you can create a manifest store from a stream.