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
Either use the SvgRenderer as suggested or if you want to stick to bmp, try to set the pixelsPerModule parameter when calling the GetGraphic method. By setting the parameter to a small value, the qr code graphic gets smaller and thus should blur too much, when resized.
Type of issue
[ ] Bug
[x ] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement
Expected Behavior
Current Behavior
Possible Solution (optional)
Steps to Reproduce (for bugs)
Your Environment
ASP.NET MVC
Currently I am using QRCode class and resize the Bitmap of GetGraphic method. Then I place the BMP as Base64 image on webpage.
Problem is: The QRCode gets blurry when resizing to 96x96px.
How can it be done with high quality render?
The text was updated successfully, but these errors were encountered: