-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
Can not trace exactly QRcode Image #11
Comments
Yes, I see your problem: some white square "holes" are filled black on the right side, which destroys the QR code. I guess the problem is with the colors: the source might have transparency instead of white, and despite ImageTracer probably can trace these "hole" squares correctly, this older Java version is using stack based rendering, which means transparent on top of black is still black. See also imagetracerjs Issue Seven Despite all of this, I still got acceptable result by saving your left side PNG, and tracing with the command above, so you might be able to fix this also with another color palette. Can you please upload this right side image as the SVG result from ImageTracer (so do not convert it to PNG)? |
Can not trace exactly QRcode Image, there is an error inside QRCODE image when trace it.
The text was updated successfully, but these errors were encountered: