How can one downsize pictures?
For example, by deleting pixels.
Example: Starting with a 8×8 pixel picture,
we can delete every second row and every second column
in order to get a 4×4 pixel picture.
Warning: When we do this, we delete information!
(this is true for any downsizing procedure!)