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
First of all, thanks for sharing this amazing watermark tool!
The problem I came across is that, when I running the example code in the doc
# embed watermark into image: blind_watermark --embed --pwd 1234 examples/pic/ori_img.jpeg "watermark text" examples/output/embedded.png
the output image (33.2 KB) is twice as large as the original image (17.7 KB), but the quality deteriorates
Is there a way to preserve the image quality?
Thanks!
The text was updated successfully, but these errors were encountered:
Use wm.embed(..., compression_ratio=aFloat) to compression the output image.
wm.embed(..., compression_ratio=aFloat)
Sorry, something went wrong.
No branches or pull requests
First of all, thanks for sharing this amazing watermark tool!
The problem I came across is that, when I running the example code in the doc
the output image (33.2 KB) is twice as large as the original image (17.7 KB), but the quality deteriorates
Is there a way to preserve the image quality?
Thanks!
The text was updated successfully, but these errors were encountered: