Another way (vector)
Instead of having points (dots) as the building blocks of an image, one can use lines, then one stores only the endpoints of the line, instead of every point
this approach can save on storage
it also makes images scalable (you can change their size readily) a a a a