How to set the image quality while converting a canvas with the “toDataURL” method?
The second argument of the function is the quality. It ranges from 0.0 to 1.0 canvas.toDataURL(type,quality); Here you have extended information And I don’t think it’s possible to know the quality of the image once is converted. As you can see on this feedle the only information you get when printing the value on the … Read more