so I have a large image that I\'m drawing onto my canvas.
context.drawImage(img, 0, 0, img.width, img.height, 0, 0, canvas.width / 2, canvas.height / 2);