This repository houses scripts that I have written for the pure thrill of learning computer programming.
A short description of each script
Reduces a jpeg to a color palette of n size. Number of colors is determined by the second argument.
For detailed information use no argument
R
|- jpeg
|- ggplot2
Basic usage: Rscript JPEG2ColorPal.R file.jpg Number_of_colors_in_palette
Original author: Jacob Steenwyk