
LINK TO SOURCE Most Common Colors. MCC takes an image and reads each pixel sorting their values by most occurrences, extracting a user defined range of the most common colors used in the image, currently set to 10. Its an experiment and not very efficient, but it does work. Built In Processing

LINK TO SOURCE RGB in RGB.RBG.GRB.GBR.BRG.BGR out. RGB takes an image and sorts the pixels according to the highest value and recomposes them according to the following pattern. RGB RBG GRB GBR BRG BGR 012 021 102 120 210 201 Built In Processing

LINK TO SOURCE GRAPHing Image Characteristics, study 1 A study in graphing images by re-sequencing it based on a HEX color value. Built In Processing