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
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
Other Videos By 623-x7b
Tags:
maths
programming
Python