What is Anti-Aliasing?

Anti-Aliasing definition

Anti-aliasing is a technique used in computer graphics to smooth out jagged edges on curved or diagonal lines. It works by adding a slight blur to the edges of an image, which helps to blend the colors of the pixels and make the image appear smoother. There are several different types of anti-aliasing, including multisampling, supersampling, and post-processing. These methods work by increasing the number of samples taken per pixel, which results in a higher quality image with less jagged edges.