Click the flag to begin the project. Wait as the project finishes processing the image. This should take around 15-30 seconds. Please read the following, it will explain the project: After the project finishes, if you look closely at the pixels, you will notice there are only 5 different colors: Red, Green, Blue, Black and White. Most images can hold around 16 million different colors, however my project converts these into only 5 different colors. Try holding down the space key and clicking the flag. This is what the conversion would look like without dithering. Using dithering preserves detail and allows for a more clear image. If you click See Inside, you can use different palettes such as a monochrome or grayscale. There are also different dithering methods, however most of these do not work well on Scratch. For more information, you can look up Error Diffusion Dithering. Credit to griffpatch for the fast image scanner, it creates an image array which my project processes.