Bitmap
It's like a mosaic picture built by piecing together thousands of tiny, colorful tiles.
Definition A bitmap is a digital graphics format that builds an entire image by filling a grid of tiny square cells (pixels) with specific color information, just like a checkerboard. Together, these colored dots form a complete photo or illustration.
Painting with Mosaic Tiles
Think of a mosaic project from art class or a cross-stitch pattern. When you fill each tiny square with a specific colored paper scrap or thread, stepping back reveals a beautiful landscape or face.
Computers handle digital pictures the exact same way. The screen is divided into a microscopic grid of square cells, with exact color values recorded for each one like a numbered color swatch. These smallest square units carrying color data are called pixels.
Everyday photos shot on your smartphone and wallpapers downloaded from the web (JPG, PNG) are built this way. Because millions of colored dots blend together to recreate subtle lighting and rich tones, bitmaps are the gold standard for lifelike photos.
Why Do Tiny Blocks Appear Under a Magnifying Glass?
A bitmap image looks crisp and smooth when viewed at its intended size. But if you zoom in close to read tiny text or inspect someone's eyes, the smooth curves break down into jagged, stair-stepped blocks.
We often call this a 'pixelated' image, and it happens because fixed-size pixels are simply stretched larger. A bitmap only contains the set number of dots it was created withโno matter how much you zoom in, it cannot generate brand-new details that weren't there before.
In contrast, vector graphics use mathematical formulas to calculate lines and shapes on the fly, staying razor-sharp at any zoom level. However, vector graphics cannot easily match a bitmap's rich, photorealistic color gradients.
Going Deeper: Resolution and File Size
The primary factor deciding bitmap quality is how many dots are packed into the horizontal and vertical grid. This grid density is known as resolution, commonly written as pixel dimensions like 1920ร1080 (Full HD) or 3840ร2160 (4K).
Higher resolution packs tighter, smaller dots, producing a much sharper and crisper image. However, because every dot must store brightness levels for red, green, and blue (RGB), packing in more dots increases the file data in direct proportion.
That is why high-resolution bitmap files can become quite heavy. To solve this problem, various image compression techniques have evolved to shrink file sizes by bundling together color differences that human eyes can barely detect.
๐ค Common misconceptions
Bitmap is an outdated, low-quality format, while vector is always the superior technology.
Bitmap and vector are not better or worse than each otherโthey just serve different purposes. For capturing intricate real-world lighting and millions of subtle colors, like in camera photography, bitmap is unmatched.
๐งบ Where you meet it
A bitmap is a digital graphics format that creates realistic images by arranging colored square dots (pixels) like a mosaic.