convert rgb to color image?
I have an excel doc with around 1,000 color names and their respective RGB values. Is it possible to create a script that will read a csv and save each row as a 500px x 500px solid-color document?
I'm just looking for a quick way to convert a text-list of colors into actual jpg color files with the file name being column A (the color name) and the image representing the solid rgb color. Any ideas?

