Yurko
Yurko
No worries just pushing changes we made for our needs upstream :) There are several more coming down the pipe.
@mauricefisher64 Example image (taken of the [DJ and the War Crimes](https://investigation.rollingstone.com) archive): https://investigation.rollingstone.com/original-assets/C049-1296.png Content Verified online: https://contentcredentials.org/verify?source=https%3A%2F%2Finvestigation.rollingstone.com%2Foriginal-assets%2FC049-1296.png CA Certificates: https://github.com/starlinglab/starling-certificate-authority/tree/master/CA/certs Update: Replaced example with C049-1296.png. Note: the other example i...
Example: ``` # Get Certs wget https://raw.githubusercontent.com/starlinglab/starling-certificate-authority/master/CA/certs/ca.cert.pem wget https://raw.githubusercontent.com/starlinglab/starling-certificate-authority/master/CA/certs/intermediate-prod.cert.pem # Get image wget https://investigation.rollingstone.com/original-assets/C049-1296.png # test C2PA 9.4 wget https://github.com/contentauth/c2patool/releases/download/v0.9.4/c2patool-v0.9.4-x86_64-unknown-linux-gnu.tar.gz tar xvf c2patool-v0.9.4-x86_64-unknown-linux-gnu.tar.gz c2patool/c2patool --certs C049-1296.png > test-9.4.cert openssl verify...