Save
Computer Science (Personal)
1.2 Memory and Storage
Representing Images
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Eoin H
Visit profile
Cards (13)
Images can be stored in binary as
bitmaps
or
vectors
View source
Bitmap pictures are constructed from
coloured
squares called
pixels
View source
Vector pictures
store the
mathematics
to draw
coloured shapes
View source
Each pixel of a
bitmap
is stored in
binary
View source
The number of
bits
required for each
pixel
depends on the number of
colours
required
View source
1
bit can store
2
colours:
black
or
white
View source
2
bits can store
4
colours
View source
The number of colours can be calculated as
2^n
, where n is the number of
bits
for each
pixel
View source
The number of
bits
for each pixel is known as the
colour depth
View source
Metadata
is
additional
data
stored
with the
image
to define the
width
,
height
,
colour depth
and
colour palette
View source
The
greater
the
colour depth
and
resolution
, the
larger
the
file size
of the image
View source
Photographs are stored in
24
bit colour depth, which is over
16
million colours
View source
This
represents
the
number
of
different colours
the human eye can
see
View source