Back in April 2012, Google's Chart Image API became deprecated but it was possible to generate QR codes using it.
Although I know that I can adjust the size of the image produced by the API, I prefer to simply use CSS along with the width and height properties to increase its size slightly. Unfortunately, in Chrome at least, this method leads to unpleasant anti-aliasing effects (which is not ideal since the code needs to be machine-readable). Is there a way to instruct browsers to avoid anti-aliasing when upscaling images?