"My algorithm is an optimized function that recursively detects pixels with the same colors of their neighbors, so it gets the entire image's color-palette and their associate pixels. Then, this algorithm, uses this data to generate the same image, but with a machine-generated color palette that are blind-color friendly.
I made it detect color-palette based on pixels so it wouldn't depend on an specific image format (like the indexed gif or the rgb lossy jpg). This puppy is a test wmf image."

flag as inappropriate

Create your own!
      "My algorithm is an optimized function that recursively detects pixels with the same colors of their neighbors, so it gets the entire image's color-palette and their associate pixels. Then, this algorithm, uses this data to generate the same image, but with a machine-generated color palette that are blind-color friendly.
I made it detect color-palette based on pixels so it wouldn't depend on an specific image format (like the indexed gif or the rgb lossy jpg). This puppy is a test wmf image."