Green Flag, and turbo mode (shift + green-flag click) You had enter number of levels of colors. Lowest is 1, consist of (2^3)^1 or 8 colors (primaries). 15 is the best choice which has 4096 distinct colors. 255 for the full version. Press [space] to produce a string of bitmap to be pasted into this https://scratch.mit.edu/projects/391030224/ Press [L] to load another 24-bit bitmap (in hexadecimal format with no separator). And you had to know what's their properties are [width and height, byte order (color order), and row order (whether it starts from top or bottom)]
Applies Floyd-Steinberg dithering algorithm which uses the simplest error-distribution matrix: Sierra-lite; I took the image from http://threadlocalmutex.com/?p=93 which explains dithering with gamma correction to obtain the result with no banding artifact! It is a pain stake trial-errors that I had made to get the correct result, and I'm glad of what I had achieved. But, for the ordered dithering in term of intensity between two colors seems bit off... #dithering #dithered #floyd #steinberg