COMP2 - Images Flashcards
Pixel
Smallest addressable element of an image.
Black and White
1 bit is used to represent each colour (black = 1 and white = 0). 1 byte can store 8 pixels.
16 Colour Bitmap
16 colours possible.
4 bits represent each pixel.
256 Colour Bitmap
256 colours possible.
8 bits represent each colour.
1 byte stores data for 1 pixel.
Resolution
VDU screen - number of pixels on each row and column.
Image - number of pixels/dots per inch.
Drawing Object
What a vector graphic is made up of.
Drawing List
Complete set of objects and their properties make up the drawing list.
Drawing Object Data
Held as a set of properties about each object
Changing Image
Vector graphics are re-calculated and re-drawn so has no pixilation.
Colour Depth
The number of pixels used to represent the colour of a single pixel in a bitmapped image