09-03-2022, 10:02 PM
Of course not. If you need to handle half pixels, then scale the image 2x and handle full pixels
But instead of erasing half of the pixel, you can make it half-transparent (or make it a 50/50 color mix). This is exactly how anti-aliasing does it.
But instead of erasing half of the pixel, you can make it half-transparent (or make it a 50/50 color mix). This is exactly how anti-aliasing does it.