Digital Images and the Web

Cooke City, Montana
Winter 2013

Permissions
  1. © Rockford J. Ross

Web pages would be pretty boring if they were all just text. Indeed, they were just text documents at the inception of the Web. The infrastructures of the Web and the underlying Internet were such that data transmission speeds were nowhere as fast as they are today and could not handle transferring images of any size efficiently. Today's transmission speeds are nowhere near as fast as they will be tomorrow. Still, the download speeds of client internet connections (as we have tested in our speed test assignment) are the key issue in determining how we formulate media for the Web.

Digital Image

A digital image is a still image (as opposed to a video) that is represented in digital form as a file of pixels. Recall from previous discussions that:

Acquiring Digital Images

Digital images are acquired in a number of ways, including:

In each case, an image that we can see with our eyes is digetized, that is, converted to a binary representation as a set of pixels as described above, with each pixel being represented as three bytes.

Example: Digital Photographs

A digital photograph is obtained by the light of the camera lens being focused on a rectangular light sensor in the camera body. The sensor is comprised of large number of individual color sensors arranged in rows. Each individual light sensor measures the color of light reaching it as a red, green, blue combination. The computer and software embeded in the camera then records each pixel color as a 3-hexadecimal digit value in a file on the camera's flash drive (actually most cameras also run an encoding algorithm, such as jpeg, on the file as it stores it).

Consider the illlustration of a camera sensor below.

Simplified Example of Camera Sensor

This illustration shows 12 individual sensors per row with 8 rows. Real cameras range in both sensor size and individual sensor elements per row. In general, there will be thousands of pixel sensors in a single row.