I'm struggling with optimizing images for retina display on my website. I typically use the drawImage
method, but I have a collection of large images (canvas drawn) that I want to use at half their size while maintaining image quality.
Does anyone know how to achieve this? The images are stored on an off-screen canvas.