Imaging 101: Pixel Dimensions
Saturday, April 19th, 2008Over the years, I’ve been asked many times about a topic that seems simple to those of us who do a lot of image manipulation, but remains a challenge to explain to the novice. So, I’m going to take a stab at it, and if I can conjure up a decent explanation, then I’ll have a place to send people who ask in the future. The general question is about the relationships between document size, resolution (ppi or dpi), and pixel dimensions. You see? It already sounds confusing—I’ve got my work cut out for me.
Because this is a fairly broad topic (and because I can think of many different examples to illustrate it), I will be breaking the explanations down into separate posts. Hopefully by the time I’m finished, it will all fit together and make perfect sense. To get started, I’ll cover the basics of a digital image.
Digital Imaging Basics
For this series of posts, I will be discussing what we call “bitmapped” images. This simply means that the image is made up of a grid of dots, and this applies to all digital photos. Adobe Photoshop is a bitmapped image editor. The other kind of image (non-bitmapped) is called a “vector” image, and Adobe Illustrator is an example of a vector image editor.
The smallest element of any bitmapped digital image is the pixel (a loose abbreviation for Picture Element), which appears as a single colored dot on the screen. An image is composed of a grid of pixels with a certain number of rows and columns. Back in the ’80s, early IBM PCs were sold with a video card called a “versatile graphics adapter,” or VGA. This card was designed to drive a color display with 480 rows of pixels, with 640 pixels in each row. Today, video cards are much more advanced, but we still sometimes use the acronym VGA to refer to those pixel dimensions (640×480).
A digital photo, or any other digital image, can be any size you want, but they all have a rectangular grid of pixels (including any transparent pixels). The more pixels the image contains, the more detail you can see. Icons that appear on a Windows desktop are typically 32 rows of 32 pixels. These can be referred to as 32×32-pixel images. Images taken on a 2MP (MegaPixel) iPhone camera are 1600×1200 pixels. Images from my 10MP Canon 40D are 3892×2586 pixels. If you ignore all other aspects of document size and resolution and assume that all pixels are the same size, it should be clear that the fundamental rule of digital images is that an image with more pixels will be larger and more detailed than others with fewer pixels. Here is a small image represented by four different pixel dimensions.
![]()
In each of these four images, the pixels are all exactly the same size (determined by your video monitor), but each image uses a different number of them. The more pixels an image has, the more detail you can see in the image.
The next post will discuss pixel size and what happens when the pixels are not all the same size.