3.4 - Representing Images Flashcards
What is the difference between digital and analogue data?
Digital - data in the format of 1’s and 0’s
Analogue - measured to any degree of accuracy
What happens when a digital camera captures an images?
Breaks it up into a grid of pixels
A light sensor measures the intensity of colour in each pixel
Each pixel is converted into binary code using an analogue to digital converter
What are common types of bitmap files?
BMP
JPG
GIF
PNG
TIF
What is the bitmap resolution? Formula
Number of pixels used to make up a bitmap image
Width x height
What happens to pixels when an image size is increased or decreased?
The size of each pixels grows or shrinks to maintain the required resolution
This is why the quality changes
How do we know the number of colour combinations from the bits per pixel?
2^number of bits
What does the colour depth affect?
Number of colours displayed
How do we calculate file size?
Resolution (w x h) x colour depth
What is metadata? Examples?
Data about data stored in the same file as the image data
E.g. date created, width, height, colour depth
What are vector images?
Made up of geometric shapes instead of pixels
Properties of each shape are stored and retrieved to be able to redraw
What properties of vectors are stored?
- shape type
- position on the screen
- fill colour
- line colour
- length, width, radius
What happens when you resize a vector graphic?
They’re mathematically redrawn so quality stays the same
Still typically have a smaller file size
What file types are vector graphics used in?
SWF
EPS
SVG