Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 554 Bytes

File metadata and controls

19 lines (12 loc) · 554 Bytes

ColorValueToImage

The program takes input from a file, reads everyline and creates image "JPG" for each file specified by that line. RGB, HEX 3 Digits and HEX 6 Digits are compatible.

Example Images

Image Files

RGB(147, 111, 236)
RGB(147, 111, 236)

RGB(67, 185, 233)
RGB(67, 185, 233)

RGB(56, 205, 4)
RGB(56, 205, 4)

RGB(253, 208, 89)
RGB(253, 208, 89)