We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signing Image File always create thumbnail and results in big file size for signed image.
tested with c2patool 0.9.12
Creation of thumbnail should to be optional and if enabled, you should define size (width/height) by your own
Source JPG 653kBytes Signed JPG 838kBytes and thumbnail 165kBytes
e.g.
./c2patool source.jpg -m test.json -o ext_dest.jpg
(test.json same as https://github.com/contentauth/c2patool/blob/main/sample/test.json and self signed certs)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Signing Image File always create thumbnail and results in big file size for signed image.
tested with c2patool 0.9.12
Creation of thumbnail should to be optional and if enabled, you should define size (width/height) by your own
Source JPG 653kBytes
Signed JPG 838kBytes and thumbnail 165kBytes
e.g.
(test.json same as https://github.com/contentauth/c2patool/blob/main/sample/test.json and self signed certs)
The text was updated successfully, but these errors were encountered: