Every image of a 4 by 4 pixel canvas with 2 colours

Channel:
Subscribers:
771
Published on ● Video Link: https://www.youtube.com/watch?v=wb62VcEaUJE



Duration: 18:13
93 views
9


Re-uploaded because the other video was missing frames because of something YouTube did with my upload.

To calculate the number of images a given pixel canvas can represent:

(number of colours) ^ (Width * Height) = number of possible images


src:

http://codepad.org/EYiW73Ox







Tags:
maths
programming
Python