| Terminology | |||||||
|
|||||||
Images and pixelsPictures (e.g. photographs) are created by real physical processes. In the case of a photograph, this process is a chemical change in a piece of film caused when light falls onto it. Images are pictures that are stored digitally in a computer. An image may be generated directly by a computer using a program such as a raytracer or paint package. A photograph that is stored on a computer is also technically now an image, simply by dint of being converted into a digital format and being stored in a computer. A photograph or other pixture may be made up of randomly shaped areas of colour. There may be no precisely quantizable place where any colour change occurs, and even at a very fine level there may be a seemingly infinite number of places that can have a different colour, no matter how subtle the change. However, an image is made up of a finite number of pixels. These are laid out in a precise pattern with constant spacing and each has a discrete colour from an enumerable set of possibilities. Images have a resolution which simply describes how many pixels there are horizontally and vertically. Each image also has a colour depth which describes how large the set of colours is that a pixel's colour may come from. An example of a photograph that has been converted into an image is shown below. For the curious, this image uses baseline Huffman JPEG compression.
An example of a computer-generated image is shown below. For the curious, this image uses progressive Huffman JPEG compression.
The following image is an example of what an image would look like under a microscope, or when a computer stretches an image to make it look larger. As you can see, there is a grid pixels with a regular spacing. Each pixel should be a constant colour. There are technical reasons why this isn't quite the case. To find out more, mail me! The zoomed area from the frog picture has a resolution of 36x32 pixels. I.E. it is 36 pixels across and 32 pixels down. For the curious, this image is a compressed interlaced GIF 89a with transparency information. |