starlinglab / integrity-v2

Monorepo for the next iteration of Starling Lab's integrity pipeline.
MIT License
0 stars 3 forks source link

Support Proofmode C2PA #65

Open makew0rld opened 1 month ago

makew0rld commented 1 month ago

Proofmode has C2PA info in the bundle, I think as a sidecar. We should support at least storing this information. Ideally the C2PA injector tool would use this info as a parent when available. Can we do this in a modular/non-bespoke way?

makew0rld commented 4 weeks ago

Currently Proofmode info is only generated for in-app pictures, and not as a sidecar, but as a whole other picture, named c2pa-*. Maybe for now we should ignore this.

I filed an issue to improve the feature: https://gitlab.com/guardianproject/proofmode/proofmode-android/-/issues/109