/ColorValueToImage

Create images from HEX or RGB values.

Primary LanguageJava

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)