Fundamentals of CG - Raster Images
Raster Display shows images as rectangular arrays of pixels. It’s also prevalent in devices, hence the raster images are also the most common way to store and process images. Raster Image is simply a 2D array that stores the pixel value for each pixel. It’s not a good way to display images since the pixel number is not always the same and we want to change the orientation and size sometimes....