Image Sorter

Image Sorter

Upload an image and sort it by color, brightness, or other properties.

How is this Binary? I don't see any 1s or 0s.

Well, the image is stored as a series of pixels, each of which has a color. Each color is represented by a series of 1s and 0s. For example, the color white is represented by 11111111, and the color black is represented by 00000000. The sorting algorithm sorts the pixels by their color, so the image is sorted by the 1s and 0s that represent the colors.

For more information, see Binary colors on the NAVT viewing port.