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
Running sidecar-cmd.sh on c2patool 0.7.0 generates photographs-of-snowmen-13-signed.c2pa, and copies photographs-of-snowmen-13-optimized.jpg to photographs-of-snowmen-13-signed.jpg unmodified, as expected.
Running these same commands on these same files using the latest version of c2patool (0.10.2) puts the following on stdout:
claim generator [ClaimGeneratorInfo { name: "c2patool", version: Some("0.10.2"), icon: None, other: {} }]
Error: No claim found
And does not generate a sidecar .c2pa file. Additionally, it ouputs a file to disc named xmp/iid/191d9470-cf46-4511-b4f9-820f9ce7ea4b which is a JPEG, that mysteriously weighs 32KB more than the input JPEG.
sidecar-cmd.sh: https://gist.github.com/eeeps/2b5c907a560ec5372997c3e62ceac0d1
manifest.json: https://gist.github.com/eeeps/7768715f05e0e426ea1f3098e82b12c3
photographs-of-snowmen-13.jpg: https://o.img.rodeo/photographs-of-snowmen-13.jpg
photographs-of-snowmen-13-optimized.jpg: https://o.img.rodeo/photographs-of-snowmen-13-optimized.jpg
(not gonna include mycerts.pem or mykey.pem 😌)
Running sidecar-cmd.sh on c2patool 0.7.0 generates
photographs-of-snowmen-13-signed.c2pa
, and copiesphotographs-of-snowmen-13-optimized.jpg
tophotographs-of-snowmen-13-signed.jpg
unmodified, as expected.Running these same commands on these same files using the latest version of c2patool (0.10.2) puts the following on stdout:
And does not generate a sidecar .c2pa file. Additionally, it ouputs a file to disc named
xmp/iid/191d9470-cf46-4511-b4f9-820f9ce7ea4b
which is a JPEG, that mysteriously weighs 32KB more than the input JPEG.Seems related to #831
The text was updated successfully, but these errors were encountered: