This document discusses raster images and resizing. There are two ways to resize a raster image: change the pixel size or change the number of pixels through resampling. Resampling creates new pixels by interpolating data from original pixels, so the resized image is not identical to the original. Resizing can introduce unwanted colors or effects. Bit depth determines the number of colors or shades of gray an image can display, with more bits allowing more colors or levels of gray. File compression is used to reduce large raster file sizes, and can be either lossless or lossy.