Zusammenfassung der Ressource
Representing images in binary format
- Bitmap
- bitmap images change resolution if you enlarge them, small bitmap images look quite hi-def but if you enlarge them they become pixelated
- you need one byte to get 256 different colors, but two bytes can get you over 60
thousand
- Vectors
- These do not have data pixels but are a set of instructions for drawing a geometric shape.
- An advantage with vectors is that they can be scaled without loss of quality and they also use less storage