Bitmap images use a grid of pixels to represent an image, with each pixel having its own color. Vector images use mathematical relationships between points and paths to describe an image. Bitmaps are resolution dependent and lose quality when resized, while vectors are scalable and resolution independent. Bitmaps are better for photos while vectors work well for illustrations and logos.