multimedia Flashcards
AS-level
define vector graphics
images made up of drawing objects, the properties of each object determines its shape and appearance
define bitmap images
images stores as an array of individual pixels
what is pixel?
smallest picture element
what is image resolution
measured in pixels per inch, this value determines the amount of details an image has.
higher image resolution means that there are more pixels per inch resulting in more pixel information and creating high quality images
what is screen resolution?
number of pixels which can be viewed horizontally and vertically on a screen
what is color depth/bit depth
number of bits allocated to represent each pixel’s color
what is metadata
data about data eg:-filename, file format, color depth.
what is file header
contains information regarding the image such as its file size, number of pixel ,type of compression, color depth , file location.
how images are encoded into a digital format?
- the images are stored as bitmap images
-each image is made up of pixels
-each pixel is of a single color
-each color has a unique binary number
-sequence of each binary number is stored of each image
features of graphics editing software
re-size- increase/decrease the size of the image
crop-remove certain part of the image
blur- reduce the focus
red- eye reduction- reduces red light reflected from human eye
what are the features of vector graphics
– vector graphics store a set of instructions about how to draw the shape .
–can be enlarged without the image being pixelated
–do not compress well
–individual elements of vector graphics can be grouped
–suitable for more geometric shapes
benefits of using vector graphics
– can resize it without pixalation
–images are redrawn with each adjustment
–smaller file size
– storing commands, not individual pixels
–can be transferred quicker and download quicker
define property ,drawing list , drawing objects
property: data about the shapes
drawing list: the list of shapes involved in an image
drawing objects: the object made with different shapes
how to calculate file size
size: (width pixels)(height pixels)(color depth)
{units = bits}
define digital data
data that has been stored as binary value which can be either 0 or 1