Process Overview
Images on computers are stored as tiny dots called pixels. Each pixel has a color value. The resolution tells us how many pixels make up the image width and height, affecting image clarity.
Jump into concepts and practice - no test required
Images on computers are stored as tiny dots called pixels. Each pixel has a color value. The resolution tells us how many pixels make up the image width and height, affecting image clarity.
Image (Grid of Pixels): +---+---+---+---+ | R | G | B | R | +---+---+---+---+ | G | B | R | G | +---+---+---+---+ | B | R | G | B | +---+---+---+---+ | R | G | B | R | +---+---+---+---+ Legend: R = Red pixel color value G = Green pixel color value B = Blue pixel color value