In the example below, the space invader character has a colour depth of 2 bits, allowing us to encode 4 colours - 2 binary numbers, to the power of the number of bits (2 2 = 4). If the colour depth ...
There’s a gulf of difference between bitmap and vector graphics. Bitmap art is made of pixels and has a scale attached: each pixel represents black or white, or some gray or color tone. The resolution ...
Vector graphics are stored as a list of attributes. Rather than storing the data for each pixel of an image, the computer will generate an object by looking at its attributes. The attributes are shown ...