Save
...
Part 3: Digital Media
Intro - Digital Media
Representing images
Save
Share
Learn
Content
Leaderboard
Learn
Created by
King Mole
Visit profile
Cards (14)
Pixels
Tiny units
that make up a digital image on a computer or
mobile phone
screen
View source
The greater the number of
pixels
used for a given
size
of display, the more detail can be displayed and the higher the quality of the image
View source
Representation of a 'triangle' on an 8 x 16 pixel display
Horizontal side
is a perfect straight line
Other sides have a
'staircase'
appearance
View source
When you zoom in on a digital image, each
pixel expands
in the display so that it is possible to see each one as a
discrete
square
View source
Binary representation
Using just
two
symbols or 'states' (0 and 1) to represent information
digitally
View source
Coding a
black
triangle on a
white
background
Represent
white
pixels with 0,
black
pixels with 1
View source
Increasing the
resolution
(number of
pixels
) improves the detail and quality of a digital image
View source
Screens can have resolutions ranging from
2560x1600
pixels to
3840x2160
pixels
View source
Extending binary representation to include shades of
grey
or
colour
Use more
bits
per
pixel
(e.g. 2 bits for 4 colours, 3 bits for 8 colours)
View source
Binary word
A set of a given number of bits used for
data representation
View source
Bitmap
A coding scheme that allocates a
binary
code to each pixel to define its
colour
and
brightness
View source
Bitmap files are relatively large in size, making them
less
suitable for
web
images
View source
Vector graphics
A coding approach that stores information about the different
shapes
in an image, rather than individual
pixels
View source
Vector graphics can produce smaller file sizes than
bitmaps
, but are not effective for images like photographs or
motion pictures
View source