Skip to main content
Inspiring
September 13, 2011
Answered

convert rgb to color image?

  • September 13, 2011
  • 1 reply
  • 1005 views

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?

This topic has been closed for replies.
Inspiring
September 13, 2011

Paul to the rescue once again!  From initial tests, the script is working great.  I'll have run it on the entire list and see how it goes.

Thanks so much, Paul.