|
|
|
|
|
by virtualSatai
4078 days ago
|
|
You have a pixel grid of 17 x 106, anything you want to drawn in it can be. To draw an arbitrary figure do this: Start with the pixel in the lowest left corner, if black put 1 as the first digit of a binary number else put 0, then continue first up then one right, the down. Convert this (1802 digit) binary number to decimal and use it as input for the function and there it is. |
|