This is a cloud image, an image that is stored using cloud variables. This means anyone can edit the image and everybody else will see the changes. FOR THIS REASON, DO NOT VIEW THE PROJECT IF YOU DON'T WANT TO SEE WHAT IMAGES OTHER PEOPLE HAVE MADE! To change the color of your pen, press 1 for dark grey, 2 for grey, and 3 for light gray. The up and down arrow keys and scroll wheel also work. Click any pixel on the canvas to change it to your pen color. Click refresh to refresh the image (see any new updates) Turbo Mode might help.
This project takes cloud variables very close to their limit. Cloud variables now have a limit of 128 characters, all of which must be numbers. I chose to use 3 colors because you can represent two pixels with one digit, which lets you use twice as many characters for your image. The image is a 2550-character-long string (50 pixels wide, 51 pixels tall) that is compressed into 1275 characters and spread through 10 cloud variables (the maximum limit). This means that only 5 characters are unused. Updates: 8/3/2018: Initial release. 8/5/2018: Changing the image also shows changes made by other users.