Crochet Color Palette

In this lab, you will have two main tasks. One will be taking the code provided and trying to create a more simplified color palette using the rgb numbers to make similar colors reduced to a few main colors (preferrably simplifying the colors down to a number provided by the user)as your first task. Your next task is to try to fix the code's row and column count to stop the grid from over taking an image if it's too high an amount for an image

List of Tasks to Complete

(If you are on a lab computer)Open terminal and DO NOT LOGIN. Run the following script. (Again thank professor Royer for his script) Also delete the 'greater than' bracket at the very end before hitting enter.


    bash <(curl -s https://cs.csub.edu/~paul/cs3390/scripts/installJTB.sh)>
    
Clone My Github Repository Here