This document discusses key concepts related to digital image resolution and file size. It covers:
- Image size is defined as MxN pixels with k intensity levels, where k=0 for 1 color up to k=8 for 256 colors. Images with 2k levels are called k-bit.
- Color images have 3 channels (RGB) with 8 bits each, so a pixel requires 3x8=24 bits or 3 bytes of storage.
- Display resolution is measured in megapixels, with over 2 megapixels considered high definition. More pixels at a given screen size increases image quality.
- Spatial resolution refers to pixel count, while gray-level resolution depends on bits per pixel