Images

Derek Bridge

Department of Computer Science,
University College Cork

Images

Aims:

Two major types of images

Two kinds of bitmapped images

Compression

Revision: background images

body
{
    background-image: url(swirly-pattern.gif);
}

Revision: regular images

<img src="wombat.jpg"
    alt="Wombats are furry, have protruding front teeth and walk on all fours."
    title="A wombat walking along a road" />

Image dimensions: fixed-width layout

Image dimensions: liquid layouts

Image dimensions: liquid layouts

Image dimensions: liquid layouts